summaryrefslogtreecommitdiff
path: root/validator/validator.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-04-05 09:06:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-04-05 09:06:26 +0000
commit697291b66c481c617cf9875497e2189bc4a4b096 (patch)
tree5c98c370bedd1d0b4cc456b94e1f7a8ceb080bff /validator/validator.h
parentafb79913ce00d885b8b43f7478e1e054edadb567 (diff)
Import unbound 1.4.20vendor/unbound/1.4.20
Notes
svn path=/vendor/unbound/dist/; revision=249136 svn path=/vendor/unbound/1.4.20/; revision=249138; tag=vendor/unbound/1.4.20
Diffstat (limited to 'validator/validator.h')
-rw-r--r--validator/validator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/validator/validator.h b/validator/validator.h
index 18e905efcd2b..1a29c161b9f2 100644
--- a/validator/validator.h
+++ b/validator/validator.h
@@ -56,13 +56,13 @@ struct config_strlist;
* will be primed no more often than this interval. Used when harden-
* dnssec-stripped is off and the trust anchor fails.
*/
-#define NULL_KEY_TTL 900 /* seconds */
+#define NULL_KEY_TTL 60 /* seconds */
/**
* TTL for bogus key entries. When a DS or DNSKEY fails in the chain of
* trust the entire zone for that name is blacked out for this TTL.
*/
-#define BOGUS_KEY_TTL 900 /* seconds */
+#define BOGUS_KEY_TTL 60 /* seconds */
/** max number of query restarts, number of IPs to probe */
#define VAL_MAX_RESTART_COUNT 5