mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Increase postback timeout to six minutes, to help users posting large payloads
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user