mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Set timeouts on Post requests too
This commit is contained in:
parent
46904bfe73
commit
2195af88dd
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ public abstract class Request<T extends Result> {
|
|||
getPostBody().getBytes()
|
||||
)
|
||||
);
|
||||
setTimeouts(request);
|
||||
request(request);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
|
Loading…
Reference in a new issue