Merge pull request #30230 from backstage/freben/flag

corrected config flag name in docs
This commit is contained in:
Fredrik Adelöw
2025-06-13 11:32:02 +02:00
committed by GitHub
@@ -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