summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index 225138b32d..3c7cb3bc4d 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -223,7 +223,7 @@ CACHES = {
223 'default': { 223 'default': {
224 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 224 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
225 'LOCATION': '/tmp/django-default-cache', 225 'LOCATION': '/tmp/django-default-cache',
226 'TIMEOUT': 5, 226 'TIMEOUT': 1,
227 } 227 }
228 } 228 }
229 229