unnecessarily large
This commit is contained in:
@@ -419,7 +419,7 @@ def memorypool_update(store):
|
|||||||
|
|
||||||
def clean_session_thread():
|
def clean_session_thread():
|
||||||
while not stopping:
|
while not stopping:
|
||||||
time.sleep(30)
|
time.sleep(3)
|
||||||
t = time.time()
|
t = time.time()
|
||||||
for k,t0 in sessions_last_time.items():
|
for k,t0 in sessions_last_time.items():
|
||||||
if t - t0 > 60:
|
if t - t0 > 60:
|
||||||
|
|||||||
Reference in New Issue
Block a user