From b125fa0ca129beaf819f10e7399c9878b47e905e Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 24 Aug 2016 21:27:26 +0200 Subject: Add configuration option to change connection timeout. The timeout can be specified in seconds with the ['timeout'] array index within the router configuration. The default value is 30 seconds. --- docs/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 25f99b6..bb1a210 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -155,6 +155,11 @@ $config['routers']['router1']['disable_ipv4'] = false; ``` If set to true, disable the use of IPv4 for the router. +```php +$config['routers']['router1']['timeout'] = 30; +``` +Used to set the timeout (in seconds) for the connection to the router. The +default value is 30 seconds. #### Telnet -- cgit v1.2.3