correct timer thread amounts
This commit is contained in:
parent
fe3b6c01c4
commit
b5ac1ed7d8
@ -152,11 +152,11 @@ class OnionrCommunicatorDaemon:
|
|||||||
# Timer to reset the longest offline peer
|
# Timer to reset the longest offline peer
|
||||||
# so contact can be attempted again
|
# so contact can be attempted again
|
||||||
OnionrCommunicatorTimers(
|
OnionrCommunicatorTimers(
|
||||||
self, onlinepeers.clear_offline_peer, 58, my_args=[self])
|
self, onlinepeers.clear_offline_peer, 58, my_args=[self], max_threads=1)
|
||||||
|
|
||||||
# Timer to cleanup old blocks
|
# Timer to cleanup old blocks
|
||||||
blockCleanupTimer = OnionrCommunicatorTimers(
|
blockCleanupTimer = OnionrCommunicatorTimers(
|
||||||
self, housekeeping.clean_old_blocks, 20, my_args=[self])
|
self, housekeeping.clean_old_blocks, 20, my_args=[self], max_threads=1)
|
||||||
|
|
||||||
# Timer to discover new peers
|
# Timer to discover new peers
|
||||||
OnionrCommunicatorTimers(
|
OnionrCommunicatorTimers(
|
||||||
|
Loading…
Reference in New Issue
Block a user