mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Minor documentation corrections
This commit is contained in:
parent
8214935d27
commit
045bde3b42
3 changed files with 16 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue