Override Default Timeout for IB Synchronous Service Operations (Messages) does not work.
I tried to override the default timeout for the IB Synchronous Service Operation message, but it doesn't seem to work as expected. For example, I set the timeout to 100 minutes, but it always times out after 5 minutes.
&mRequest.IBInfo.SyncServiceTimeout = 360000; /*100 munites*/
screen shot of the code
my log:
connectorRequest start time: 2024-11-18 04:22:49 (0,0) connectorRequest end time: 2024-11-18 04:27:49 (0,0)
any idea?