From b796f1703b30b4570d0691f023510e8c8b4b317d Mon Sep 17 00:00:00 2001 From: Carlos Oliveira Date: Mon, 20 Apr 2015 13:50:46 -0300 Subject: [PATCH] Fixed cron for cleaning up expired snippets --- misc/etc/cron.d/colab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/etc/cron.d/colab b/misc/etc/cron.d/colab index d359a8b..783e6e6 100644 --- a/misc/etc/cron.d/colab +++ b/misc/etc/cron.d/colab @@ -2,7 +2,7 @@ 34 2 * * * colab colab-admin rebuild_index --noinput &> /dev/null -* 1 * * * colab colab-admin cleanup_snippets &> /dev/null +0 * * * * colab colab-admin cleanup_snippets &> /dev/null */5 * * * * colab colab-admin update_badges &> /dev/null -- libgit2 0.21.2