From 99dcb1923257b44082a29963fe74493e350a83af Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Apr 2007 12:32:47 +0200 Subject: [PATCH] Lower the sleep interval. --- clients/snmpfetch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/snmpfetch.pl b/clients/snmpfetch.pl index 74f3aa5..b5adb9a 100755 --- a/clients/snmpfetch.pl +++ b/clients/snmpfetch.pl @@ -78,7 +78,7 @@ while (1) { exit; } else { mylog("No available switches in pool, sleeping."); - sleep 60; + sleep 15; next; } } -- 2.39.2