Timeouts for requests to nodes
To fix master node hang-ups for whatever reason, in ispmanager 6 business timeouts are implemented. They are different depending on the type of operation. These are set in the configuration fileispmgr.conf
(file path: /usr/local/mgr5/etc/ispmgr.conf
) on the master node:
- NodeTimeoutSmall – requests to read data from the node;
- NodeTimeoutMiddle – requests to change/create simple entities and settings;
- NodeTimeoutLong – long-term operations, creating and editing websites, installing web scripts;
- NodeTimeoutVeryLong – software installation.
Default values in seconds:
NodeTimeoutSmall 45
NodeTimeoutMiddle 120
NodeTimeoutLong 600
NodeTimeoutVeryLong 1800