corrected config flag name in docs

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-06-13 10:36:46 +02:00
parent 2bb5a5a32e
commit ed6f1538c0
@@ -60,7 +60,7 @@ backend:
# - A string in the format of '1d', '2 seconds' etc. as supported by the `ms` library.
# - A standard ISO formatted duration string, e.g. 'P2DT6H' or 'PT1M'.
# - An object with individual units (in plural) as keys, e.g. `{ days: 2, hours: 6 }`.
serverShutdownTimeout: { seconds: 20 }
serverShutdownDelay: { seconds: 20 }
```
### Via Code