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 8a870047db
commit 08d75c5c64
1 changed files with 1 additions and 1 deletions

View File

@ -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