Explorar o código

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

alezzandro %!s(int64=10) %!d(string=hai) anos
pai
achega
f6744a8e3c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 */
 	    };