Changed the location of the file cache for htmlized documents.

- Legacy-Id: 17257
This commit is contained in:
Henrik Levkowetz 2020-01-27 18:20:22 +00:00
parent 8f0eca5032
commit 29686d571a

View file

@ -702,7 +702,7 @@ CACHES = {
},
'htmlized': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': '/var/cache/datatracker/htmlized',
'LOCATION': '/a/cache/datatracker/htmlized',
'OPTIONS': {
'MAX_ENTRIES': 100000, # 100,000
},