A
Anonymous
Guest
Does anyone know where I can increase the settings to allow more timeout?
kick_tisho said:this is in your php.ini file, don't forget to restart server after modify if php
run as module.
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
Best regards Stanislav
Pejone said:if you want to run your script more than 30 seconds use set_time_limit() function