Răsfoiți Sursa

dispatcher: Fixed default values for options probing_threshold and inactive_probing_threshold, setting them from 3 to 1

alezzandro 10 ani în urmă
părinte
comite
f6744a8e3c
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      modules/dispatcher/config.c

+ 2 - 2
modules/dispatcher/config.c

@@ -31,8 +31,8 @@
 #include "config.h"
 
 struct cfg_group_dispatcher	default_dispatcher_cfg = {
-		3,	/* Probing threshold */	
-		3,      /* Inactive threshold */
+		1,	/* Probing threshold */	
+		1,      /* Inactive threshold */
 		{0,0}	/* reply codes */
 	    };