pfSense-pkg-snort-4.0_13 - Randomize rules update check to spread load on Snort.org. #818
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pfSense-pkg-snort-4.0_13
This update randomizes the periodic rules update check to spread the load on the Snort.org site due to the large number of pfSense Snort installations. The former default value had large numbers of machines hitting the Snort.org site at precisely 5 minutes past the midnight hour local time.
New Features:
The Rules Update Start Time on the GLOBAL SETTINGS tab now has a random minute for the default start time for first-time users.
For existing users who have never changed their Rules Update Start Time from the old default of 00:05, the minutes value will be randomized and stored.
The PHP module that performs the actual rules update check will randomly sleep for between 0 and 35 seconds before actually making connection to the Snort.org site.
Bug Fixes:
None