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:
parent
8fb889ba73
commit
01722c18c4
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user