]> git.ipfire.org Git - thirdparty/bind9.git/commit
[master] automatically tune max-journal-size
authorEvan Hunt <each@isc.org>
Tue, 2 May 2017 20:23:08 +0000 (13:23 -0700)
committerEvan Hunt <each@isc.org>
Tue, 2 May 2017 20:23:08 +0000 (13:23 -0700)
commitd39ab7440e9721daa631b113a4b105cf6f67c64f
tree865e59da29d89fb6e0b0a0f99364c4d220d56cd9
parent4c97cb13bdcc1f11ee75ae84068e2a8e59200430
[master] automatically tune max-journal-size

4613. [func] By default, the maximum size of a zone journal file
is now twice the size of the zone's contents (there
is little benefit to a journal larger than this).
This can be overridden by setting "max-journal-size"
to "unlimited" or to an explicit value up to 2G.
Thanks to Tony Finch. [RT #38324]
16 files changed:
CHANGES
bin/named/config.c
bin/named/zoneconf.c
bin/tests/system/nsupdate/clean.sh
bin/tests/system/nsupdate/ns1/many.test.db.in
bin/tests/system/nsupdate/ns1/maxjournal.db.in [new file with mode: 0644]
bin/tests/system/nsupdate/ns1/named.conf
bin/tests/system/nsupdate/setup.sh
bin/tests/system/nsupdate/tests.sh
doc/arm/Bv9ARM-book.xml
doc/arm/notes.xml
lib/dns/include/dns/journal.h
lib/dns/journal.c
lib/dns/win32/libdns.def.in
lib/dns/zone.c
lib/isccfg/namedconf.c