diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-10-09 11:29:49 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-10-09 11:29:49 +0000 |
commit | de0161d6dac5b91ced45540949fb1906c7833ca2 (patch) | |
tree | 308a39ba602d511ed48460bce48782814b240b32 /iterator/iterator.h | |
parent | af3dabbf15fa4d0e7e45a43fbf9a2195edfa941c (diff) |
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 */ |