Move cache files to tmp
This commit is contained in:
parent
c44009be1a
commit
a553466599
2 changed files with 1 additions and 4548 deletions
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue