diff options
Diffstat (limited to 'iterator/iterator.h')
-rw-r--r-- | iterator/iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iterator/iterator.h b/iterator/iterator.h index aaf0fb3834b70..9cf53b2b25a2b 100644 --- a/iterator/iterator.h +++ b/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 */ |