Skip to content

Commit c5ef777

Browse files
committed
Cache not found results for only one week.
1 parent d34f23d commit c5ef777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PostmonServer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def expired(record_date):
5252
return True
5353

5454
if _notfound(record_date):
55-
# 1 month
56-
WEEKS = 4
55+
# 1 week
56+
WEEKS = 1
5757
else:
5858
# 6 months
5959
WEEKS = 26

0 commit comments

Comments
 (0)