From 00cbda084342571d83677cb53fd5d2132460878a Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Mon, 10 Aug 2015 16:47:23 +0200 Subject: [PATCH] Increased the default value of max_queue_files. --- pandora_server/conf/pandora_server.conf.new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 254d251eba..22d529344d 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -297,11 +297,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.