This commit is contained in:
Aiden Cline
2026-05-26 20:37:40 -05:00
parent 7ba93238b2
commit aa4e73e652
@@ -20,7 +20,7 @@ interface PoolEntry {
}
const DEFAULT_CONNECT_TIMEOUT = 10_000
const DEFAULT_IDLE_TIMEOUT = 10 * 60 * 1000
const DEFAULT_IDLE_TIMEOUT = 5 * 60 * 1000
const DEFAULT_MAX_CONNECTION_AGE = 55 * 60 * 1000
export function createWebSocketFetch(options?: CreateWebSocketFetchOptions) {