Remove unnecessary comma in help message in conf

This is to remove the unnecessary commas in help message in conf.

Change-Id: I9364473e9047e9bc14762c6c9277df9620bef844
This commit is contained in:
zhufl 2020-01-02 15:23:28 +08:00
parent 6e9a70db25
commit 852ec7e2a4
1 changed files with 6 additions and 6 deletions

View File

@ -343,12 +343,12 @@ cron_trigger_opts = [
default=1,
min=1,
help=(
'This setting defines how frequently Mistral checks for cron ',
'triggers that need execution. By default this is every second ',
'which can lead to high system load. Increasing the number will ',
'reduce the load but also limit the minimum freqency. For ',
'example, a cron trigger can be configured to run every second ',
'but if the execution_interval is set to 60, it will only run ',
'This setting defines how frequently Mistral checks for cron '
'triggers that need execution. By default this is every second '
'which can lead to high system load. Increasing the number will '
'reduce the load but also limit the minimum freqency. For '
'example, a cron trigger can be configured to run every second '
'but if the execution_interval is set to 60, it will only run '
'once per minute.'
)
)