Revert to the default lock timeout now we have write barriers

Revert "increase lock timeouts for archiving"

This reverts commit 9eee1b383772adf058130d6e5eab409f57ce03cd.
This commit is contained in:
Brian Gough 2015-09-24 08:53:09 +01:00
parent 2ab1778dd9
commit 692e8c657c

View file

@ -7,11 +7,6 @@ _ = require "underscore"
async = require "async"
settings = require("settings-sharelatex")
# increase lock timeouts because archiving can be slow
LockManager.LOCK_TEST_INTERVAL = 500 # 500ms between each test of the lock
LockManager.MAX_LOCK_WAIT_TIME = 30000 # 30s maximum time to spend trying to get the lock
LockManager.LOCK_TTL = 30 # seconds
module.exports = DocArchiveManager =
archiveAllDocsChanges: (project_id, callback = (error, docs) ->) ->