exotic-emerald•3y ago
Is there a way to reset timeout?
I want to reset
requestHandlerTimeoutSecs
due to don't know request's maximum amount. How can I reset it? should we just set it like infinite?3 Replies
exotic-emeraldOP•3y ago
For example:
Not easily so just set it to very high number. You can always just return from the handler
exotic-emeraldOP•3y ago
Yeah. I have to return from the handler instead of resetting the timeout.