[core_cleanup] Fix issue where core_cleanup job runs too frequently (#3659)

Signed-off-by: Danny Allen <daall@microsoft.com>
This commit is contained in:
Danny Allen 2019-10-23 15:55:47 -07:00 committed by GitHub
parent 8d162ae70a
commit 63328814fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
# Attempts to clean up core files every 2 hours # Attempts to clean up core files every 2 hours
* */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1 0 */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1