mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #287: doc typo: "Additionaly".
This commit is contained in:
parent
f35293caba
commit
a3f95d3358
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
10 August 2020: Wouter
|
||||||
|
- Fix #287: doc typo: "Additionaly".
|
||||||
|
|
||||||
6 August 2020: Wouter
|
6 August 2020: Wouter
|
||||||
- Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
|
- Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
|
||||||
The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
|
The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
|
||||||
|
|
|
||||||
|
|
@ -2101,7 +2101,7 @@ even if some data have expired in terms of DNS TTL or the Redis server has
|
||||||
cached too much data;
|
cached too much data;
|
||||||
if necessary the Redis server must be configured to limit the cache size,
|
if necessary the Redis server must be configured to limit the cache size,
|
||||||
preferably with some kind of least-recently-used eviction policy.
|
preferably with some kind of least-recently-used eviction policy.
|
||||||
Additionaly, the \fBredis\-expire\-records\fR option can be used in order to
|
Additionally, the \fBredis\-expire\-records\fR option can be used in order to
|
||||||
set the relative DNS TTL of the message as timeout to the Redis records; keep
|
set the relative DNS TTL of the message as timeout to the Redis records; keep
|
||||||
in mind that some additional memory is used per key and that the expire
|
in mind that some additional memory is used per key and that the expire
|
||||||
information is stored as absolute Unix timestamps in Redis (computer time must
|
information is stored as absolute Unix timestamps in Redis (computer time must
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue