mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 08:43:41 -05:00
Increase postback timeout to six minutes, to help users posting large payloads
This commit is contained in:
parent
d86d257b05
commit
0f130096a2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import java.util.concurrent.locks.ReentrantLock;
|
||||||
*/
|
*/
|
||||||
public class PostbackPromise {
|
public class PostbackPromise {
|
||||||
|
|
||||||
private static int TIMEOUT_SECONDS = 60 * 3;
|
private static int TIMEOUT_SECONDS = 60 * 6;
|
||||||
|
|
||||||
private final String postbackKey;
|
private final String postbackKey;
|
||||||
private final ReentrantLock lock;
|
private final ReentrantLock lock;
|
||||||
|
|
Loading…
Reference in a new issue