-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow sweep to be disabled dynamically
* Allow sweep period (sweep_sec) to be set to 0, disabling sweeping. * Make sure that next_sweep is properly adjusted, especially for "0 to non-0" and "non-0 to 0" transitions. * Make sure that sweep_age is set when sweep_sec is non-zero (set it to sweep_sec if necessary)
- Loading branch information
Showing
2 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters