Skip to content

Commit

Permalink
Fix invalid syntax in example-config.json (#1423)
Browse files Browse the repository at this point in the history
remove "." fixes syntax for example-config; runs with ./clio_server
  • Loading branch information
PeterChen13579 authored and kuznetsss committed Jun 18, 2024
1 parent 4e60fb2 commit 0064490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/config/example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"local_amdin": false
},
// Time in seconds for graceful shutdown. Defaults to 10 seconds. Not fully implemented yet.
"graceful_period": 10.,
"graceful_period": 10.0,
// Overrides log level on a per logging channel.
// Defaults to global "log_level" for each unspecified channel.
"log_channels": [
Expand Down

0 comments on commit 0064490

Please sign in to comment.