Changed the location of the file cache for htmlized documents.
- Legacy-Id: 17257
This commit is contained in:
parent
8f0eca5032
commit
29686d571a
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue