diff options
author | Joseph Graham <joseph@fibreglass.tunachunks> | 2013-08-02 13:37:54 +0100 |
---|---|---|
committer | Joseph Graham <joseph@fibreglass.tunachunks> | 2013-08-02 13:37:54 +0100 |
commit | 39a95d6ff7cef4f61188a77b902be901bf1106ab (patch) | |
tree | 52b42ba30eb8be645896b0dd1a7ce65e7daed340 /pbot-ng_fixer | |
parent | 6c8001997bd0903efd401cfcaaa28016fb10f6ae (diff) |
made it only check less frequently
Diffstat (limited to 'pbot-ng_fixer')
-rwxr-xr-x | pbot-ng_fixer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbot-ng_fixer b/pbot-ng_fixer index 684744f..1d7f732 100755 --- a/pbot-ng_fixer +++ b/pbot-ng_fixer @@ -2,7 +2,7 @@ while true do - sleep 30 + sleep 30m # If nothing has been written to the log for 30 minutes then we assume # pbot-ng is dead. |