2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Fix location of idle sleep in syncfiles cleaner

This commit is contained in:
Jarrod Johnson 2024-04-09 15:40:40 -04:00
parent 8fb889ba73
commit 01722c18c4

View File

@ -338,7 +338,7 @@ def cleanit():
toreap[nn] = 1
elif nn in toreap:
del toreap[nn]
eventlet.sleep(30)
eventlet.sleep(30)
def get_syncresult(nodename):