mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Do not change the server_threshold from the SNMP Server, since that
affects other servers too! (cherry picked from commit ce9e337cb3364c90baeb93b91fc1005faa1d6bab)
This commit is contained in:
parent
b87e359050
commit
73636d1422
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user