disable pool for mixing and announce node sooner after start
This commit is contained in:
parent
c7bbd054e4
commit
3aeb305994
3 changed files with 7 additions and 14 deletions
|
@ -213,7 +213,7 @@ class OnionrCommunicatorDaemon:
|
|||
self,
|
||||
announcenode.announce_node,
|
||||
3600, my_args=[self], requires_peer=True, max_threads=1)
|
||||
announceTimer.count = (announceTimer.frequency - 120)
|
||||
announceTimer.count = (announceTimer.frequency - 60)
|
||||
else:
|
||||
logger.debug('Will not announce node.')
|
||||
|
||||
|
@ -233,7 +233,7 @@ class OnionrCommunicatorDaemon:
|
|||
|
||||
shared_state.add(self)
|
||||
|
||||
if config.get('general.use_bootstrap', True):
|
||||
if config.get('general.use_bootstrap_list', True):
|
||||
bootstrappeers.add_bootstrap_list_to_peer_list(
|
||||
self, [], db_only=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue