mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Reduce limit to actuall 1Mb, not 1Gb
This commit is contained in:
@@ -3,7 +3,7 @@ settings = require 'settings-sharelatex'
|
||||
redis = require("redis-sharelatex")
|
||||
rclient = redis.createClient(settings.redis.web)
|
||||
|
||||
MESSAGE_SIZE_LOG_LIMIT = 1024 * 1024 * 1024 # 1Mb
|
||||
MESSAGE_SIZE_LOG_LIMIT = 1024 * 1024 # 1Mb
|
||||
|
||||
module.exports = DocumentUpdaterController =
|
||||
# DocumentUpdaterController is responsible for updates that come via Redis
|
||||
|
||||
Reference in New Issue
Block a user