You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/reference/spicepod/runtime.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,3 +177,12 @@ The path to a temporary directory that Spice uses for query and acceleration ope
177
177
runtime:
178
178
temp_directory: /tmp/spice
179
179
```
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.
0 commit comments