Author: nextgens
Date: 2006-08-15 20:25:45 +0000 (Tue, 15 Aug 2006)
New Revision: 10098
Modified:
trunk/plugins/SNMP/SNMP.java
Log:
Increase the sleep time in SNMP plugin ... in the worst care, it will take
10sec to shut down, who cares ?
Modified: trunk/plugins/SNMP/SNMP.java
===================================================================
--- trunk/plugins/SNMP/SNMP.java 2006-08-15 20:25:24 UTC (rev 10097)
+++ trunk/plugins/SNMP/SNMP.java 2006-08-15 20:25:45 UTC (rev 10098)
@@ -48,7 +48,7 @@
sc.finishedInitialization();
while(goon){
try {
- Thread.sleep(1000); // TODO/**FIXME**
perhaps this needs to be shorter for some reason?
+ Thread.sleep(10000);
} catch (InterruptedException e) {
// Ignore
}