Skip to content

Commit 6332881

Browse files
authored
[core_cleanup] Fix issue where core_cleanup job runs too frequently (#3659)
Signed-off-by: Danny Allen <[email protected]>
1 parent 8d162ae commit 6332881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Attempts to clean up core files every 2 hours
2-
* */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1
2+
0 */2 * * * root /usr/bin/core_cleanup.py > /dev/null 2>&1
33

0 commit comments

Comments
 (0)