diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |