mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Increase sudo-mode time to one hour
This commit is contained in:
parent
094784b6d5
commit
a3a2108526
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ rclient = RedisWrapper.client('sudomode')
|
|||
logger = require('logger-sharelatex')
|
||||
|
||||
|
||||
TIMEOUT_IN_SECONDS = 60 * 10
|
||||
TIMEOUT_IN_SECONDS = 60 * 60
|
||||
|
||||
|
||||
module.exports = SudoModeHandler =
|
||||
|
|
Loading…
Reference in a new issue