[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 Ying Xie
parent 9ce24b59e5
commit 818ab7fdaa

View File

@ -1,3 +1,3 @@
# 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