mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
Minor documentation corrections
This commit is contained in:
parent
8214935d27
commit
045bde3b42
3 changed files with 16 additions and 14 deletions
|
@ -85,8 +85,8 @@ tune to #clamav on [IRC](irc.freenode.net).
|
|||
|
||||
The ClamAV development team welcomes
|
||||
[code contributions](https://github.com/Cisco-Talos/clamav-devel),
|
||||
improvements to [our documentation](https://github.com/Cisco-Talos/clamav-faq), and also
|
||||
[bug reports](https://bugzilla.clamav.net/). Thanks for joining us!
|
||||
improvements to [our documentation](https://github.com/Cisco-Talos/clamav-faq),
|
||||
and also [bug reports](https://bugzilla.clamav.net/). Thanks for joining us!
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
|
@ -199,12 +199,13 @@ Example
|
|||
# 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
|
||||
|
||||
|
|
|
@ -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