SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Correctly set timeout for CaseSearch calls #159

Closed BryceStevenWilley closed 11 months ago

BryceStevenWilley commented 11 months ago

See https://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-HowtoconfiguretheHTTPConduitfortheSOAPClient

On Texas Stage, it took ~2 minutes to search, so 3 minutes should be good enough to avoid timeout issues.

Fixes #146.