Skip to content
Snippets Groups Projects
Commit 7a354595 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Change precache to run every hour (Redmine issue: #7624)

parent 3d390faf
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@
# Use of this source is governed by the MIT license, see LICENSE file.
#
# Run once in every 10 minutes.
*/10 * * * * mentat /var/mentat/venv/bin/mentat-precache.py --regular
# Run every hour at minute 3.
3 * * * * mentat /var/mentat/venv/bin/mentat-precache.py --regular
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment