Fix typo in keepAliveMaxTime docs

This commit is contained in:
Stephan Hochdörfer 2024-07-01 14:08:04 +02:00 committed by GitHub
parent 2090baa938
commit 12fae2ebb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -641,7 +641,7 @@ entryPoints:
[entryPoints.name]
address = ":8888"
[entryPoints.name.transport]
keepAliveMaxTime = 42s
keepAliveMaxTime = "42s"
```
```bash tab="CLI"