From 62642575b13863d8537b3544b22f271e8d51bf22 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Sep 2015 19:23:20 -0300 Subject: Set connect_timeout to 15 at saned net template --- templates/sane.d/net.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sane.d/net.conf.erb b/templates/sane.d/net.conf.erb index 6d9f10c..d85971c 100644 --- a/templates/sane.d/net.conf.erb +++ b/templates/sane.d/net.conf.erb @@ -4,7 +4,7 @@ # Timeout for the initial connection to saned. This will prevent the backend # from blocking for several minutes trying to connect to an unresponsive # saned host (network outage, host down, ...). Value in seconds. -# connect_timeout = 60 +connect_timeout = 15 ## saned hosts # Each line names a host to attach to. -- cgit v1.2.3