Skip to content

Commit

Permalink
fix(log-messages): proposing solution to "Failed to declare parameter…
Browse files Browse the repository at this point in the history
…: Statically typed parameter 'diagnostics_warn_delay' must be initialized."

Signed-off-by: AhmedEbrahim <[email protected]>
  • Loading branch information
Ahmed Ebrahim authored and ahmeddesokyebrahim committed Dec 26, 2023
1 parent 3e9ada2 commit fc5a497
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# debug parameters
publish_processing_time: false
publish_tentative_objects: false
diagnostic_warn_delay: 0.5 # [sec]
diagnostic_error_delay: 1.0 # [sec]
diagnostics_warn_delay: 0.5 # [sec]
diagnostics_error_delay: 1.0 # [sec]

0 comments on commit fc5a497

Please sign in to comment.