Commit b796f1703b30b4570d0691f023510e8c8b4b317d
1 parent
07d30f85
Exists in
master
and in
32 other branches
Fixed cron for cleaning up expired snippets
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
misc/etc/cron.d/colab
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | 34 2 * * * colab colab-admin rebuild_index --noinput &> /dev/null |
4 | 4 | |
5 | -* 1 * * * colab colab-admin cleanup_snippets &> /dev/null | |
5 | +0 * * * * colab colab-admin cleanup_snippets &> /dev/null | |
6 | 6 | |
7 | 7 | */5 * * * * colab colab-admin update_badges &> /dev/null |
8 | 8 | ... | ... |