From 5cdb944f3775ddd8d3bdaa17c54801736fbd5962 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:11:49 +0100 Subject: [PATCH] update settings.js to latest --- conf/settings.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/settings.js b/conf/settings.js index 88b4ad6..354ad2c 100644 --- a/conf/settings.js +++ b/conf/settings.js @@ -237,6 +237,11 @@ const settings = { 10 ), + redisLockTTLSeconds: parseInt( + process.env.SHARELATEX_REDIS_LOCK_TTL_SECONDS || '60', + 10 + ), + i18n: { subdomainLang: { www: { @@ -535,4 +540,4 @@ http.globalAgent.maxSockets = 300 const https = require('https') https.globalAgent.maxSockets = 300 -module.exports = settings +module.exports = settings \ No newline at end of file