We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
max_peers
30
tribler/src/tribler-core/tribler_core/components/implementation/tunnels.py
Line 51 in 5cb1ee0
This makes the target_peers equal to the max_peers for this community. This causes a deformed network topology and makes it harder for peers to connect to others. This should be set to the default value of 20 (like before https://github.com/Tribler/tribler/blob/release/7.10/src/tribler-core/tribler_core/modules/ipv8_module_catalog.py#L155).
target_peers
20
For more information: Tribler/py-ipv8#979 (comment)
The text was updated successfully, but these errors were encountered:
Fix Tribler#6284
ca4fade
Merge pull request #6315 from drew2a/fix/6284
8baf4fc
Fix #6284
drew2a
Successfully merging a pull request may close this issue.
tribler/src/tribler-core/tribler_core/components/implementation/tunnels.py
Line 51 in 5cb1ee0
This makes the
target_peers
equal to themax_peers
for this community. This causes a deformed network topology and makes it harder for peers to connect to others. This should be set to the default value of20
(like before https://github.com/Tribler/tribler/blob/release/7.10/src/tribler-core/tribler_core/modules/ipv8_module_catalog.py#L155).For more information: Tribler/py-ipv8#979 (comment)
The text was updated successfully, but these errors were encountered: