Skip to content

Commit 282f1a4

Browse files
fix: correct @default tag for sessionIdleTimeoutSeconds
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 02d0ca2 commit 282f1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export interface CopilotClientOptions {
188188
* Sessions without activity for this duration are automatically cleaned up.
189189
* Set to 0 or omit to disable (sessions live indefinitely).
190190
* Minimum value: 300 (5 minutes).
191-
* @default 0 (disabled)
191+
* @default undefined (disabled)
192192
*/
193193
sessionIdleTimeoutSeconds?: number;
194194
}

0 commit comments

Comments
 (0)