I'm using SugarCRM to fetch records (more than 1000+ records) in Cases. I already set up config_override.php:
$sugar_config['max_record_fetch_size']= 1200;
php.ini:
max_execution_time = 3600;
I still get the timeout error. What else do i need to change?
set max execution time to 0 so that it will not through timeout error...but you need to optimize your code or query to get records.
max_execution_time(0);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With