First publish I2P destination earlier after start
This commit is contained in:
parent
37c144641f
commit
47fd7a4c44
|
@ -22,7 +22,7 @@ class Manager(threading.Thread):
|
||||||
self.last_cleaned_connections = time.time()
|
self.last_cleaned_connections = time.time()
|
||||||
self.last_pickled_objects = time.time()
|
self.last_pickled_objects = time.time()
|
||||||
self.last_pickled_nodes = 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):
|
def run(self):
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user