From: root Date: Wed, 4 Apr 2007 10:32:47 +0000 (+0200) Subject: Lower the sleep interval. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=99dcb1923257b44082a29963fe74493e350a83af Lower the sleep interval. --- 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; } }