Skip to content

Commit 5d23b2a

Browse files
authored
Merge pull request #89 from Mystic-Mirage/master
DEF-30768 Add information about db_timeout config parameter
2 parents 7483ffe + 2730bdd commit 5d23b2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/config_file_description/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ Scanner's behaviour is based on other scan optimizations, therefore it is better
183183
<td># enable (<span class="notranslate">True</span>) blocking malicious file uploads via cPanel File Manager. The default value is <span class="notranslate">False</span>. The type of operations processed are: edits and saves</td></tr>
184184
<tr><td><span class="notranslate">crontabs: True</span></td>
185185
<td># enable (<span class="notranslate">True</span>) scan of the system and user crontab files for malicious jobs. The default value is <span class="notranslate">True</span>.</td></tr>
186+
<tr><td><span class="notranslate">db_timeout: 15</span></td>
187+
<td># set the maximum time in seconds for connecting to or reading from a database during a scan/clean/restore operation.</td></tr>
186188
<tr>
187189
<th colspan="2" align="left"><span class="notranslate">CAPTCHA:</span></th></tr>
188190
<tr><td><span class="notranslate">cert_refresh_timeout: 3600</span></td>

0 commit comments

Comments
 (0)