FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
nmathur
Staff
Staff
Article Id 190589
Description
API Request timeout value is set by default to 30 seconds. If you want to change the API request timeout value in cases where you are getting timeouts (might be for a large set of data), you can increase the API request timeout value upto a maximum of 60 seconds.
Solution

To increase the timeout value from 30 seconds to 60 seconds, do the following:

  1. Edit the /etc/php.ini file:  
    [root@cybersponse csadmin]# vi /etc/php.ini 
  2. In the /etc/php.ini file, replace the following line:
    max_execution_time = 30
    TO
    max_execution_time = 60
  3. Restart php-fpm using the following command:
    systemctl restart php-fpm


Contributors