File tree 1 file changed +3
-3
lines changed
lib/Zonemaster/Engine/Nameserver/Cache
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ sub set_key {
69
69
# Never cache with answer, NXDOMAIN or NODATA longer than this.
70
70
my $redis_expire = $self -> {config }-> {expire };
71
71
72
- # If no response or response without answer or SOA in authority
72
+ # If no response or response without answer or SOA in authority,
73
73
# cache this many seconds (e.g. SERVFAIL or REFUSED).
74
74
my $ttl_no_response = 1200;
75
75
@@ -175,8 +175,8 @@ Cache time is the shortest time of TTL in the DNS packet
175
175
and cache.redis.expire in the profile. Default value of
176
176
cache.redis.expire is 300 seconds.
177
177
178
- If the there is no TTL value to be used in the DNS packet
178
+ If there is no TTL value to be used in the DNS packet
179
179
(e.g. SERVFAIL or no response), then cache time is fixed
180
- to 1200 seconds.
180
+ to 1200 seconds instead .
181
181
182
182
=cut
You can’t perform that action at this time.
0 commit comments