diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-11-05 21:29:04 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-11-05 21:29:04 +0000 |
commit | 2c9246e430eb5b8a8623d625325924d48b15b50f (patch) | |
tree | 4ff1e25f5117bae2d186ad3ffe1d2a23c8b8085e /usr.sbin/unbound/iterator/iterator.h | |
parent | 4c321c9c54f5a79362b54b8a1764f473305e54c6 (diff) |
merge
Diffstat (limited to 'usr.sbin/unbound/iterator/iterator.h')
-rw-r--r-- | usr.sbin/unbound/iterator/iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/iterator/iterator.h b/usr.sbin/unbound/iterator/iterator.h index aaf0fb3834b..9cf53b2b25a 100644 --- a/usr.sbin/unbound/iterator/iterator.h +++ b/usr.sbin/unbound/iterator/iterator.h @@ -54,7 +54,7 @@ struct iter_priv; struct rbtree_t; /** max number of targets spawned for a query and its subqueries */ -#define MAX_TARGET_COUNT 32 +#define MAX_TARGET_COUNT 64 /** max number of query restarts. Determines max number of CNAME chain. */ #define MAX_RESTART_COUNT 8 /** max number of referrals. Makes sure resolver does not run away */ |