Skip to content

Commit 94ec9aa

Browse files
committed
Prevent cache expiration
1 parent a7420bb commit 94ec9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gramps_webapi/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class DefaultConfig(object):
4242
"CACHE_TYPE": "FileSystemCache",
4343
"CACHE_DIR": "thumbnail_cache",
4444
"CACHE_THRESHOLD": 1000,
45+
"CACHE_DEFAULT_TIMEOUT": 0,
4546
}
4647
POSTGRES_USER = None
4748
POSTGRES_PASSWORD = None

0 commit comments

Comments
 (0)