First publish I2P destination earlier after start

This commit is contained in:
TheKysek 2017-07-01 16:00:35 +02:00
parent 37c144641f
commit 47fd7a4c44
No known key found for this signature in database
GPG Key ID: 50D9AF00D0B1C497

View File

@ -22,7 +22,7 @@ class Manager(threading.Thread):
self.last_cleaned_connections = time.time()
self.last_pickled_objects = time.time()
self.last_pickled_nodes = time.time()
self.last_published_i2p_destination = time.time() - 15 * 60
self.last_published_i2p_destination = time.time() - 50 * 60 # Publish destination 10 minutes after start
def run(self):
while True: