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?