add cache timeout
This commit is contained in:
@ -138,6 +138,7 @@ CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
|
||||
'LOCATION': '/var/tmp/django_cache',
|
||||
'TIMEOUT': None,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user