Server Response Timeout: 900
No Activity Timeout: 86401
Why are there such settings? Are they specific to the FHIR server?
Server Response Timeout 900 sec means we wait 15 minutes to get the response, then give up. Is this the issue? If there are such long responses, I would better investigate the performance of the given page or server.
For No Activity Timeout: 86401, if you have a hiccup and it creates thousands of new connections, it will stay there for another 24 hours if idle. I would prefer a short timeout (the default is 900 seconds) to free up resources sooner.
- Log in to post comments