aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfetch-status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-status.py b/fetch-status.py
index 7ba3934..286ffd3 100755
--- a/fetch-status.py
+++ b/fetch-status.py
@@ -38,7 +38,7 @@ cur.execute("""
""")
con.commit()
-CACHE_TIMEOUT = 3600
+CACHE_TIMEOUT = 1800
cached_result = cur.execute("""SELECT content, check_status FROM statuses
WHERE profile_id=? AND last_checked > ?""",