Move cache files to tmp

This commit is contained in:
cuom1999 2020-11-22 16:26:09 -06:00
parent c44009be1a
commit a553466599
2 changed files with 1 additions and 4548 deletions

File diff suppressed because it is too large Load diff

View file

@ -92,7 +92,7 @@ MATHOID_MML_CACHE = None
MATHOID_CSS_CACHE = 'default'
MATHOID_DEFAULT_TYPE = 'auto'
MATHOID_MML_CACHE_TTL = 86400
MATHOID_CACHE_ROOT = ''
MATHOID_CACHE_ROOT = tempfile.gettempdir() + '/mathoidCache'
MATHOID_CACHE_URL = False
TEXOID_GZIP = False