Do not change the server_threshold from the SNMP Server, since that

affects other servers too!

(cherry picked from commit ce9e337cb3)
This commit is contained in:
Ramon Novoa 2015-03-05 16:20:35 +01:00
parent b87e359050
commit 73636d1422
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ sub run ($) {
# Set the initial date for storm protection.
$pa_config->{"__storm_ref__"} = time();
# This is the only server that reads from disk instead of from the DB. No need for a higher server threshold.
$pa_config->{'server_threshold'} = 1;
$self->setNumThreads ($pa_config->{'snmpconsole_threads'});
$self->SUPER::run (\@TaskQueue, \%PendingTasks, $Sem, $TaskSem);
}