Reduce limit to actuall 1Mb, not 1Gb
This commit is contained in:
@@ -3,7 +3,7 @@ settings = require 'settings-sharelatex'
|
|||||||
redis = require("redis-sharelatex")
|
redis = require("redis-sharelatex")
|
||||||
rclient = redis.createClient(settings.redis.web)
|
rclient = redis.createClient(settings.redis.web)
|
||||||
|
|
||||||
MESSAGE_SIZE_LOG_LIMIT = 1024 * 1024 * 1024 # 1Mb
|
MESSAGE_SIZE_LOG_LIMIT = 1024 * 1024 # 1Mb
|
||||||
|
|
||||||
module.exports = DocumentUpdaterController =
|
module.exports = DocumentUpdaterController =
|
||||||
# DocumentUpdaterController is responsible for updates that come via Redis
|
# DocumentUpdaterController is responsible for updates that come via Redis
|
||||||
|
|||||||
Reference in New Issue
Block a user