From a153a7af9ede1cf53a4e40db3b20a2beac69b97d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 15 Mar 2019 23:02:08 +0100 Subject: [PATCH] remove upgrade_index --- conf/cron | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/cron b/conf/cron index 08f59d1..46c7427 100644 --- a/conf/cron +++ b/conf/cron @@ -1,6 +1,4 @@ # https://docs.weblate.org/en/latest/admin/install.html#production-cron -# Fulltext index updates -*/5 * * * * __APP__ export DJANGO_SETTINGS_MODULE="weblate.settings" && cd __FINALPATH__ && venv/bin/weblate update_index # Cleanup stale objects @daily __APP__ export DJANGO_SETTINGS_MODULE="weblate.settings" && cd __FINALPATH__ && venv/bin/weblate cleanuptrans