Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 24c91cd

Browse files
committed
Merge branch 'develop'
2 parents 9f3ff39 + 7e4bfb1 commit 24c91cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

covid19/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136

137137
CACHES = {
138138
'default': {
139-
'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
140-
'LOCATION': 'covid19_cache',
139+
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
140+
'LOCATION': '/var/tmp/covid19_cache',
141141
'TIMEOUT': 3600,
142142
'OPTIONS': {
143143
'MAX_ENTRIES': 20000

0 commit comments

Comments
 (0)