- 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
This commit is contained in:
Wouter Wijngaards 2010-09-14 08:27:23 +00:00
parent 95db04a64c
commit 2a6a51c465
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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.