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
docs: remove incorrect minimum value from idle timeout docs
The runtime does not enforce a minimum value for the session idle
timeout - any positive value is accepted. Remove the 'Minimum value:
300 (5 minutes)' note from all SDK docstrings and docs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/features/session-persistence.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ const client = new CopilotClient({
441
441
});
442
442
```
443
443
444
-
When a timeout is configured, sessions without activity for that duration are automatically cleaned up. The minimum value is 300 seconds (5 minutes). Set to `0` or omit to disable.
444
+
When a timeout is configured, sessions without activity for that duration are automatically cleaned up. Set to `0` or omit to disable.
445
445
446
446
> **Note:** This option only applies when the SDK spawns the runtime process. When connecting to an existing server via `cliUrl`, the server's own timeout configuration applies.
0 commit comments