mirror of https://github.com/zulip/zulip.git
zephyr_mirror: Speed up retrying the restart process.
(imported from commit 7f7a2aaa8a7f872180400f57ad09c065ea2ababa)
This commit is contained in:
parent
8a870047db
commit
08d75c5c64
|
@ -226,7 +226,7 @@ def maybe_restart_mirroring_script():
|
|||
except:
|
||||
print "Error restarting, trying again."
|
||||
traceback.print_exc()
|
||||
time.sleep(10)
|
||||
time.sleep(1)
|
||||
|
||||
def process_loop(log):
|
||||
sleep_count = 0
|
||||
|
|
Loading…
Reference in New Issue