Skip to content

Commit

Permalink
Merge pull request #13472 from SavinduDimal/minor-fix
Browse files Browse the repository at this point in the history
Fix error logs at server startup
  • Loading branch information
tharikaGitHub committed Apr 2, 2024
2 parents 4c13c93 + d733c49 commit 2099fde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ executor = "{{action.executor}}"
[cpu_watcher]
enabled = "{{cpu_watcher.enabled}}"
threshold = "{{cpu_watcher.threshold}}"
attempts = "{{cpu_watcher.attempts}}
attempts = "{{cpu_watcher.attempts}}"
interval = "{{cpu_watcher.interval}}"
action_executors = "{{cpu_watcher.action_executors}}"

Expand Down

0 comments on commit 2099fde

Please sign in to comment.