Skip to content

Commit bbaec74

Browse files
authored
Merge pull request #112 from lhh/more_cache
cache: Increase default expiry to 12 hours
2 parents 86f8a71 + f1e0823 commit bbaec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jirate/rqcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .decor import hbar_over, hbar_under
3030
from .localstate import pickle_write, pickle_read
3131

32-
default_cache_expire = 300
32+
default_cache_expire = 43200
3333

3434
default_cache_patterns = {
3535
'GET': [r'/rest/api/[0-9]+/myself$',

0 commit comments

Comments
 (0)