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

@ -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

View file

@ -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

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