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 b6bdcd8e3e..74103f3063 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -229,7 +229,7 @@ CACHES = {
229 # }, 229 # },
230 'default': { 230 'default': {
231 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 231 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
232 'LOCATION': '/tmp/django-default-cache', 232 'LOCATION': '/tmp/toaster_cache_%d' % os.getuid(),
233 'TIMEOUT': 1, 233 'TIMEOUT': 1,
234 } 234 }
235 } 235 }