Skip to content

Commit ffaaf45

Browse files
committed
Tests: Added updater config.
1 parent 2c04fec commit ffaaf45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_config/updater.yml

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)