UBB.Dev
Posted By: Ian_W timeout - 05/24/2003 3:30 PM
What is a sensible limit on time out in php.ini

Mine was set to 30 seconds, but have had to increae this to 120 seconds for the subscriptions not to timeout in threads.

Is this still within a reasonable range?

Posted By: Dave_L_dup1 Re: timeout - 05/24/2003 4:26 PM
Probably. You could also leave it at 30 in php.ini, but increase it only within subscriptions.php:

ini_set('max_execution_time', '120');
Posted By: Ian_W Re: timeout - 05/26/2003 1:20 AM
Thanks Dave - didn't realise I could set it in the php file
Posted By: Dave_L_dup1 Re: timeout - 05/26/2003 3:04 AM
Yes, a lot of the parameters in php.ini can also be set in httpd.conf, in an .htaccess file, or with the ini_set function. Details here.
Posted By: Slawek_L Re: timeout - 05/31/2003 12:47 AM
Maybe yuo should change position: max upload: 2MB to another... for ex. 10MB
© UBB.Developers