diff --git a/system/.config/cron/crontab b/system/.config/cron/crontab index f188b34..82a174c 100644 --- a/system/.config/cron/crontab +++ b/system/.config/cron/crontab @@ -13,11 +13,11 @@ # Synchronize Google Drive every 15 minutes */15 * * * * $HOME/.local/bin/sync-drive >> $HOME/.local/log/cron.log 2>&1 -# Synchronize notes every 15 minutes -*/15 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log 2>&1 +# Synchronize notes every 10 minutes +*/10 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log 2>&1 -# Synchronize tasks every 10 minutes -*/10 * * * * $HOME/.local/bin/sync-tasks >> $HOME/.local/log/cron.log 2>&1 +# Synchronize tasks every 5 minutes +*/5 * * * * $HOME/.local/bin/sync-tasks >> $HOME/.local/log/cron.log 2>&1 # Synchronize rss feeds every 15 minutes */15 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log 2>&1