progress in removing core
This commit is contained in:
parent
3097407774
commit
147ae953db
5 changed files with 10 additions and 9 deletions
|
@ -146,7 +146,7 @@ class OnionrCommunicatorDaemon:
|
|||
if config.get('general.security_level', 1) == 0 and config.get('general.announce_node', True):
|
||||
# Default to high security level incase config breaks
|
||||
announceTimer = OnionrCommunicatorTimers(self, announcenode.announce_node, 3600, myArgs=[self], requiresPeer=True, maxThreads=1)
|
||||
announceTimer.count = (announceTimer.frequency - 120)
|
||||
announceTimer.count = (announceTimer.frequency - 60)
|
||||
else:
|
||||
logger.debug('Will not announce node.')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue