From 2a6a51c46556811e0801d9654abef2ceb534da4d Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 14 Sep 2010 08:27:23 +0000 Subject: [PATCH] - increased mesh-max-activation from 1000 to 3000 for crazy domains like _tcp.slb.com with 262 servers. git-svn-id: file:///svn/unbound/trunk@2229 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 4 ++++ services/mesh.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 3acdac06b..6dbe41c84 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +14 September 2010: Wouter + - increased mesh-max-activation from 1000 to 3000 for crazy domains + like _tcp.slb.com with 262 servers. + 13 September 2010: Wouter - bug#327: Fix for cannot access stub zones until the root is primed. diff --git a/services/mesh.h b/services/mesh.h index f1020a17b..62596c1f2 100644 --- a/services/mesh.h +++ b/services/mesh.h @@ -63,7 +63,7 @@ struct timehist; * Maximum number of mesh state activations. Any more is likely an * infinite loop in the module. It is then terminated. */ -#define MESH_MAX_ACTIVATION 1000 +#define MESH_MAX_ACTIVATION 3000 /** * Max number of references-to-references-to-references.. search size. -- 2.47.2