mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
unnecessarily large
This commit is contained in:
parent
33c5f20853
commit
f828d43c00
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue