summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-28 14:29:00 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-28 14:29:00 +0100
commit283edb2f629f20dd4df974025e3e92467295755b (patch)
treef095296e24c51609f3fa835ebe8db7c1208f7718
parent8de8a2e5115dc305a14796a426669782144dbc2c (diff)
made it check the atom feed a bit less frequently to save bandwidth
-rwxr-xr-xchili_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/chili_change_detector b/chili_change_detector
index d7d2031..030f6f2 100755
--- a/chili_change_detector
+++ b/chili_change_detector
@@ -1,6 +1,6 @@
#! /bin/bash
-check_every="30s" # Put `m' or `s' on the end because this will be used with the
+check_every="37s" # Put `m' or `s' on the end because this will be used with the
# `sleep' command.
seen_issues_log="seen_issues_log"
atom_feed_log="atom_feed_log"