allowing for max outbound connection configuration #940
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#940
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "max-outbound-connection-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows for the maximum number of connections to be configured in the settings UI.
please change .dll to src/**/.dll
@ -78,7 +78,7 @@ class outgoingSynSender(threading.Thread, StoppableThread):
self.stop.wait(2)
please change getint to safeGetInt
please remove this whole hunk, this has been fixed
please remove this while hunk as well, this has been fixed as well
If you do the minor changes I commented upon inside the code, it's good to go, I just need to test if it works, which should be very quick. Please also rebase and PGP sign your commit, and when it's accepted, you can register here: https://tip4commit.com/github/Bitmessage/PyBitmessage and collect a tip. But it must be rebased and PGP signed so that I can do a fast-forward merge. Don't forget to add your PGP pubkey into your github profile.
Sure thing. I'll get these changes made soon.
@PeterSurda done.
Thanks. PGP signature looks ok. Landscape.io however complains that ValueException is not valid, my bad, it should be ValueError.