Adding variable for signature database checks per day

This commit is contained in:
ajila-fmeyer 2020-02-07 11:38:40 +01:00
parent 81beb69a5f
commit d10c4fd885
4 changed files with 6 additions and 3 deletions

View file

@ -126,6 +126,7 @@ Below is the complete list of available options that can be used to customize yo
| `MAX_ICONSPE` | How many Icons in PE to scan - Default `100` |
| `PCRE_MATCHLIMIT` | Maximum PCRE Match Calls - Default `100000` |
| `PCRE_RECMATCHLIMIT` | Maximum Recursive Match Calls to PCRE - Default `2000` |
| `SIGNATURE_CHECKS` | Check times per day for a new database signature. Must be between 1 and 50. - Default `24` |
## Networking