Skip to content

Commit

Permalink
update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty committed Dec 5, 2023
1 parent 2c9d1d7 commit bd95e56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ The configuration is defined in YAML, using the `example-config.yaml` that is us

```yaml
# The interval, in seconds, to conduct HTTP/TCP health checks.
health_check_interval: 5
health_check_interval: 2

# Run a graceful shutdown period of 30 seconds to terminate separate worker threads.
# Defaults to true.
graceful_shutdown: true

# Log level information, defaults to 'info'
logging: info
Expand Down
4 changes: 4 additions & 0 deletions tests/fixtures/example-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# The interval, in seconds, to conduct HTTP/TCP health checks.
health_check_interval: 2

# Run a graceful shutdown period of 30 seconds to terminate separate worker threads.
# Defaults to true.
graceful_shutdown: true

# Log level information, defaults to 'info'
logging: info

Expand Down

0 comments on commit bd95e56

Please sign in to comment.