diff options
Diffstat (limited to 'fetch-status.py')
-rwxr-xr-x | fetch-status.py | 2 |
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 > ?""", |