[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]
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
$ORIGIN .
|
||||
$TTL 300 ; 5 minutes
|
||||
many.test IN SOA ns1.example.nil. hostmaster.example.nil. (
|
||||
@ IN SOA ns1.example.nil. hostmaster.example.nil. (
|
||||
1 ; serial
|
||||
2000 ; refresh (2000 seconds)
|
||||
2000 ; retry (2000 seconds)
|
||||
1814400 ; expire (3 weeks)
|
||||
3600 ; minimum (1 hour)
|
||||
)
|
||||
many.test NS ns1.example.nil.
|
||||
many.test NS ns2.example.nil.
|
||||
@ NS ns1.example.nil.
|
||||
NS ns2.example.nil.
|
||||
|
||||
Reference in New Issue
Block a user