mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix error in ZipManager writesEnabled setting
This commit is contained in:
parent
8e8ee5b3da
commit
c8c12e8b41
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ logger = require('logger-sharelatex')
|
|||
metrics = require('./Metrics')
|
||||
zlib = require('zlib')
|
||||
|
||||
ZIP_WRITES_ENABLED = Settings.redis.zip?.writesEnabled?
|
||||
ZIP_WRITES_ENABLED = Settings.redis.zip?.writesEnabled
|
||||
ZIP_MINSIZE = Settings.redis.zip?.minSize || 64*1024
|
||||
|
||||
module.exports = ZipManager =
|
||||
|
|
Loading…
Reference in a new issue