Skip to content
Snippets Groups Projects
Commit d1975475 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

doc: fix asynchronous-answers default value

parent d1447c61
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ When asynchronous startup is enabled, server doesn't wait for the zones to be lo
starts responding immediately lame answers until the zone loads. This may be useful in
some scenarios, but it is disabled by default.
Default: disabled (wait for zones to be loaded before answering)
Default value: ``off`` (wait for zones to be loaded before answering)
::
......
......@@ -58,7 +58,7 @@ serves as an example of the configuration for knotc(8) and knotd(8).
# When asynchronous startup is enabled, server doesn't wait for the zones to be loaded, and
# starts responding immediately lame answers until the zone loads. This may be useful in
# some scenarios, but it is disabled by default.
# Default: disabled (wait for zones to be loaded before answering)
# Default: off (wait for zones to be loaded before answering)
asynchronous-start off;
# User for running server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment