Skip to content
Snippets Groups Projects

Asynchronous start

Merged Ghost User requested to merge asynchronous_start into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
149 150 workers 16;
150 151 }
151 152
153 .. _asynchronous-start:
154
155 asynchronous-start
156 ^^^^^^^^^^^^^^^^^^
157
158 When asynchronous startup is enabled, server doesn't wait for the zones to be loaded, and
159 starts responding immediately lame answers until the zone loads. This may be useful in
  • 149 150 workers 16;
    150 151 }
    151 152
    153 .. _asynchronous-start:
    154
    155 asynchronous-start
    156 ^^^^^^^^^^^^^^^^^^
    157
    158 When asynchronous startup is enabled, server doesn't wait for the zones to be loaded, and
    159 starts responding immediately lame answers until the zone loads. This may be useful in
    160 some scenarios, but it is disabled by default.
    161
    162 Default: disabled (wait for zones to be loaded before answering)
  • 54 54 # Default: unset (auto-estimates optimal value from the number of online CPUs)
    55 55 # background-workers 4;
    56 56
    57 # Start server asynchronously
    58 # When asynchronous startup is enabled, server doesn't wait for the zones to be loaded, and
    59 # starts responding immediately lame answers until the zone loads. This may be useful in
    60 # some scenarios, but it is disabled by default.
    61 # Default: disabled (wait for zones to be loaded before answering)
  • 47 47 # operations (e.g., zone loading, zone signing, XFR zone updates, ...)
    48 48 # Default: unset (auto-estimates optimal value from the number of online CPUs)
    49 49 # background-workers 4;
    50
    51 # Start server asynchronously
    52 # When asynchronous startup is enabled, server doesn't wait for the zones to be loaded, and
    53 # starts responding immediately lame answers until the zone loads. This may be useful in
    54 # some scenarios, but it is disabled by default.
    55 # Default: disabled (wait for zones to be loaded before answering)
    Please register or sign in to reply
    Loading