mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 18:04:10 -05:00
4659. [bug] Remove spurious log message about lmdb-mapsize
not being supported when parsing builtin
configuration file. [RT #45618]
(cherry picked from commit 71cd6910ba)
This commit is contained in:
parent
9f5909ed8c
commit
cb4e0ef4e2
2 changed files with 10 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
4659. [bug] Remove spurious log message about lmdb-mapsize
|
||||
not being supported when parsing builtin
|
||||
configuration file. [RT #45618]
|
||||
|
||||
4658. [bug] Clean up build directory created by "setup.py install"
|
||||
immediately. [RT #45628]
|
||||
|
||||
|
|
|
|||
|
|
@ -178,7 +178,13 @@ options {\n\
|
|||
zero-no-soa-ttl-cache no;\n\
|
||||
nsec3-test-zone no;\n\
|
||||
allow-new-zones no;\n\
|
||||
"
|
||||
#ifdef HAVE_LMDB
|
||||
"\
|
||||
lmdb-mapsize 32M;\n\
|
||||
"
|
||||
#endif
|
||||
"\
|
||||
fetches-per-server 0;\n\
|
||||
require-server-cookie no;\n\
|
||||
v6-bias 50;\n\
|
||||
|
|
|
|||
Loading…
Reference in a new issue