I set a receiving timeout to 10 seconds. If I run a query “select pg_sleep(15)”, how can I increase the current timeout enough that the query execution to be fulfilled? Or, worse: what if the current connection is broken after 8 seconds, for example? For now, I set this timeout to one million miliseconds, but in case of connection issues or any other errors the end user have to wait until execution is done and our client application has hang as well (not responding).
Can you give us any good solution?
Thank you.
uROGrijjyHttpChannel.pas (14.1 KB)