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. --- includes/config.defaults.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index fa17f66..4439410 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -26,6 +26,7 @@ function set_defaults_for_routers(&$parsed_config) { $router_defaults = array( + 'timeout' => 30, 'disable_ipv6' => false, 'disable_ipv4' => false ); -- cgit v1.2.3