mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Increased the default value of max_queue_files.
(cherry picked from commit 00cbda084342571d83677cb53fd5d2132460878a)
This commit is contained in:
parent
a4cd154744
commit
686f698fe8
@ -292,11 +292,11 @@ max_log_size 1048576
|
||||
# max_log_generation: Specify max generation count (between 1 and 9) of Pandora FMS server log files.
|
||||
max_log_generation 1
|
||||
|
||||
# max_queue_files (500 by default)
|
||||
# max_queue_files (5000 by default)
|
||||
# When server have more than max_queue_files in incoming directory, skips the read
|
||||
# the directory to avoid filesystem overhead.
|
||||
|
||||
max_queue_files 500
|
||||
max_queue_files 5000
|
||||
|
||||
# Use the XML file last modification time as timestamp.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user