-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Has been timing out a lot in IL when trying to submit filings (but not when there's not a jury demand? Idk, it's all on Tyler's side).
Use this code where we already changed it for case search:
EfileProxyServer/proxyserver/src/main/java/edu/suffolk/litlab/efsp/server/services/CasesService.java
Lines 448 to 454 in edc3319
| // Sometimes, getCases takes an incredibly long time. Bump timeout to 3 minutes | |
| Client client = ClientProxy.getClient(port); | |
| HTTPConduit http = (HTTPConduit) client.getConduit(); | |
| HTTPClientPolicy httpClientPolicy = new HTTPClientPolicy(); | |
| httpClientPolicy.setConnectionTimeout(180_000); | |
| httpClientPolicy.setReceiveTimeout(180_000); | |
| http.setClient(httpClientPolicy); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working