zephyr_mirror: Speed up retrying the restart process.
(imported from commit 7f7a2aaa8a7f872180400f57ad09c065ea2ababa)
This commit is contained in:
parent
a70fc5c5c1
commit
a728f7936d
|
@ -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 a new issue