Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
71cd6910
Commit
71cd6910
authored
Jul 28, 2017
by
Mark Andrews
Browse files
4659. [bug] Remove spurious log message about lmdb-mapsize
not being supported when parsing builtin configuration file. [RT #45618]
parent
c91e61f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
71cd6910
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]
...
...
bin/named/config.c
View file @
71cd6910
...
...
@@ -176,7 +176,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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment