]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- increase mesh max activation count for capsforid long fetches.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 17 Jan 2019 08:58:09 +0000 (08:58 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 17 Jan 2019 08:58:09 +0000 (08:58 +0000)
git-svn-id: file:///svn/unbound/trunk@5039 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/mesh.h

index 73e2d3cfa57e6c161c2228e1b74fc27d2c0f1ca9..25a032294a40ab96da0a5ee84528e1eedf90d051 100644 (file)
@@ -1,6 +1,7 @@
 17 January 2018: Wouter
        - For caps-for-id fallback, use the whitelist to avoid timeout
          starting a fallback sequence for it.
+       - increase mesh max activation count for capsforid long fetches.
 
 16 January 2018: Ralph
        - Get ready for the DNS flag day: remove EDNS lame procedure, do not
index 6946eb5fa48e0671e1ef10baae12b7e2fa916665..a2622844bbf0d4e3d64d08bb06b2cd35c7c2bd9e 100644 (file)
@@ -65,7 +65,7 @@ struct respip_client_info;
  * Maximum number of mesh state activations. Any more is likely an
  * infinite loop in the module. It is then terminated.
  */
-#define MESH_MAX_ACTIVATION 3000
+#define MESH_MAX_ACTIVATION 10000
 
 /**
  * Max number of references-to-references-to-references.. search size.