Atozed Forums

Full Version: Timeout while executing CGI module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am using a CGIRunner to perform some database tasks.
But before the CGIRunner finishes successfully, I get a Timeout error.

What can I do to prevent this from happening?

Thanks in advance!

Cheers, Paul
Hi Paul,

you can use CGIRunner.ExecuteTimeout to change the default timeout value.

Fabrizio
Thank you Fabrizio, that did the trick!!