We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c04fec commit ffaaf45Copy full SHA for ffaaf45
tests/test_config/updater.yml
@@ -0,0 +1,6 @@
1
+# Configuration of the Updater module, responsible for
2
+# periodically calling hooks updating the system.
3
+
4
+# The time values specified bellow must be equivalent, otherwise the system will not work properly.
5
+update_batch_cron: { minute: "*/5", second: "0" }
6
+update_batch_period: "5m"
0 commit comments