#[SOLVED] Getting timeout while executing functions despite defining timeout.
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I am trying to execute a function that takes around 40 seconds to execute. But after 30 seconds I get an error: Operation timed out after 30000 milliseconds with 0 bytes received with status code 0\nError Code: 0
I have set the timeout limit to be 200 seconds
Getting timeout while executing functions despite defining timeout.