Minor documentation corrections

This commit is contained in:
Micah Snyder 2020-09-03 09:40:45 -07:00 committed by Micah Snyder (micasnyd)
parent 8214935d27
commit 045bde3b42
3 changed files with 16 additions and 14 deletions

View file

@ -172,12 +172,13 @@ TCPAddr 127.0.0.1
# Default: 600 (10 min)
#SelfCheck 600
# Enable non-blocking (multi-threaded/concurrent) database reloads. This feature
# will temporarily load a second scanning engine while scanning continues using
# the first engine. Once loaded, the new engine takes over. The old engine is
# removed as soon as all scans using the old engine have completed. This feature
# requires more RAM, so this option is provided in case users are willing to
# block scans during reload in exchange for lower RAM requirements.
# Enable non-blocking (multi-threaded/concurrent) database reloads.
# This feature will temporarily load a second scanning engine while scanning
# continues using the first engine. Once loaded, the new engine takes over.
# The old engine is removed as soon as all scans using the old engine have
# completed.
# This feature requires more RAM, so this option is provided in case users are
# willing to block scans during reload in exchange for lower RAM requirements.
# Default: yes
#ConcurrentDatabaseReload no