From 7438f16c631184c631e9a5ad4e4eac861850cb8b Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Thu, 22 Dec 2016 10:06:35 +0100 Subject: [PATCH] Added new config --- bin/packages/config.cfg.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/packages/config.cfg.sample b/bin/packages/config.cfg.sample index e74b5da2..566cf22c 100644 --- a/bin/packages/config.cfg.sample +++ b/bin/packages/config.cfg.sample @@ -36,6 +36,9 @@ threshold_duplicate_tlsh = 100 #Minimum size of the paste considered min_paste_size = 0.3 +[Module_ModuleInformation] +#Threshold to deduce if a module is stuck or not, in seconds. +threshold_stucked_module=600 ##### Redis ##### [Redis_Cache]