From 686f698fe87a01b659b9264ed6bc5b3b10672757 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. (cherry picked from commit 00cbda084342571d83677cb53fd5d2132460878a) --- 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 9234468971..5001bbd323 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -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.