zephyr_mirror: Speed up retrying the restart process.

(imported from commit 7f7a2aaa8a7f872180400f57ad09c065ea2ababa)
This commit is contained in:
Tim Abbott 2012-11-05 16:44:04 -05:00
parent a70fc5c5c1
commit a728f7936d

View file

@ -226,7 +226,7 @@ def maybe_restart_mirroring_script():
except: except:
print "Error restarting, trying again." print "Error restarting, trying again."
traceback.print_exc() traceback.print_exc()
time.sleep(10) time.sleep(1)
def process_loop(log): def process_loop(log):
sleep_count = 0 sleep_count = 0