Is there a place to update (expand) the configured time out setting of 240000 milliseconds (4 minutes). We have one call on the FSM payablesinvoice table that is exceeding that threshold. See returned error. Generally, we are well within the threshold but once or twice a year we have volume that forces us over this limit.
<span class="hljs-attr">"error": {
<span class="hljs-attr">"message": "Request aborted after target server failed to respond within configured timeout of 240000 milliseconds (actual 240010)",
<span class="hljs-attr">"cause": {
<span class="hljs-attr">"message": "socket hang up",
<span class="hljs-attr">"code": "ECONNRESET"
},
<span class="hljs-attr">"status": 504,
<span class="hljs-attr">"source": "ION API Server"