Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 10bde35

Browse files
committed
chore: rm comment
1 parent f7cc46c commit 10bde35

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/opencode/src/session/retry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export namespace SessionRetry {
55
export const RETRY_INITIAL_DELAY = 2000
66
export const RETRY_BACKOFF_FACTOR = 2
77
export const RETRY_MAX_DELAY = 600_000 // 10 minutes
8-
export const RETRY_HEADER_BUFFER = 1000 // add 1s buffer to server-provided delays
98

109
export async function sleep(ms: number, signal: AbortSignal): Promise<void> {
1110
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)