Skip to content

Commit 2524a3d

Browse files
authored
Update runtime.md
1 parent cc76a5f commit 2524a3d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

website/docs/reference/spicepod/runtime.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ runtime:
3737

3838
Use `sql` for the lowest latency with identical queries that do not include dynamic functions. Use `plan` for greater flexibility.
3939

40+
## `runtime.shutdown_timeout`
41+
42+
Controls how long Spice waits for connections to be gracefully drained and for components to shut down cleanly during runtime termination. Defaults to 30 seconds.
43+
44+
```yaml
45+
runtime:
46+
shutdown_timeout: 1m
47+
```
48+
4049
## `runtime.tls`
4150

4251
The TLS section specifies the configuration for enabling Transport Layer Security (TLS) for all endpoints exposed by the runtime. [Learn more about enabling TLS](/docs/api/tls/index.md).
@@ -177,12 +186,3 @@ The path to a temporary directory that Spice uses for query and acceleration ope
177186
runtime:
178187
temp_directory: /tmp/spice
179188
```
180-
181-
## `runtime.shutdown_timeout`
182-
183-
Controls how long Spice waits for connections to be gracefully drained and for components to shut down cleanly during runtime termination. Defaults to 30 seconds.
184-
185-
```yaml
186-
runtime:
187-
shutdown_timeout: 1m
188-
```

0 commit comments

Comments
 (0)