I use SugarCRM to retrieve records (over 1000+ records) in Cases. I already configured config_override.php:
$sugar_config['max_record_fetch_size']= 1200;
php.ini:
max_execution_time = 3600;
I am still getting a timeout error. What else do I need to change?
set the maximum runtime to 0 so that there is no timeout error ... but you need to optimize your code or request for receiving entries.
max_execution_time(0);
In SugarCRM 7.6, a new configuration overrides api.timeout
$sugar_config['api']['timeout'] = 180; //default 3 minutes
so I need to override the time to a higher value for me to avoid a request timeout error :-)
Source: https://habr.com/ru/post/1627237/More articles:Julia: function optimization - optimizationTYPE_ACCELEROMETER Remove gravity, t / (t + dT) value - androidngTagsInput - allow selection of autocomplete suggestions? - angularjsБродяга не устанавливает пип во время предоставления - pythonWait until three ajax calls are allowed to trigger the function (defer?) - javascriptElastic Beanstalk Worker SQS daemon receiving a 504 gateway timeout after 1 minute - amazon-web-servicesUnable to resolve module URL from cloud - node.jsTravis VS CircleCi VS Jenkins - gitlevels in programming R - rchange the background with the animation when the user clicks on it - androidAll Articles