Skip to content

Commit 0890fe3

Browse files
committed
调用cache timeout时间
1 parent 9f69807 commit 0890fe3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rss/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
WSGI_APPLICATION = 'rss.wsgi.application'
6868

69-
CACHE_BACKEND = 'db://cache_table?timeout=7200'
69+
CACHE_BACKEND = 'db://cache_table?timeout=1800'
7070

7171
# Database
7272
# https://docs.djangoproject.com/en/1.6/ref/settings/#databases

0 commit comments

Comments
 (0)