mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #51 from overleaf/sk-increase-postback-timeout-to-six-minutes
Increase postback timeout to six minutes
This commit is contained in:
commit
1312a4d9ba
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import java.util.concurrent.locks.ReentrantLock;
|
|||
*/
|
||||
public class PostbackPromise {
|
||||
|
||||
private static int TIMEOUT_SECONDS = 60 * 3;
|
||||
private static int TIMEOUT_SECONDS = 60 * 6;
|
||||
|
||||
private final String postbackKey;
|
||||
private final ReentrantLock lock;
|
||||
|
|
Loading…
Reference in a new issue