From 173aaaf65e55e63d44a1514fa82370d7dfafb4b7 Mon Sep 17 00:00:00 2001 From: "fredrik@DOLDA2000.COM" Date: Tue, 24 May 2005 16:14:15 +0000 Subject: [PATCH] Set 1/2 s default timeout. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@255 959494ce-11ee-0310-bf91-de5d638817bd --- admin/nss-icmp.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/nss-icmp.conf b/admin/nss-icmp.conf index 1ff71b6..54c33f9 100644 --- a/admin/nss-icmp.conf +++ b/admin/nss-icmp.conf @@ -1,6 +1,8 @@ ## Sets the timeout in milliseconds for ICMP host name queries, -## by passing the -t option to idnlookup. (default 3000) -# timeout 3000 +## by passing the -t option to idnlookup. +## Default is 3 seconds, which is probably too long for NSS, so +## it to one half second instead. +timeout 500 ## Disables the cache. (by default cache is used) # nocache -- 2.11.0