Skip to content

Commit 29686d5

Browse files
committed
Changed the location of the file cache for htmlized documents.
- Legacy-Id: 17257
1 parent 8f0eca5 commit 29686d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ def skip_unreadable_post(record):
702702
},
703703
'htmlized': {
704704
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
705-
'LOCATION': '/var/cache/datatracker/htmlized',
705+
'LOCATION': '/a/cache/datatracker/htmlized',
706706
'OPTIONS': {
707707
'MAX_ENTRIES': 100000, # 100,000
708708
},

0 commit comments

Comments
 (0)