fix: default block streaming coalesce idle to 1s

This commit is contained in:
Peter Steinberger
2026-01-09 22:31:12 +01:00
parent 6c7a27c010
commit 53f51786f2
4 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import { resolveTextChunkLimit, type TextChunkProvider } from "../chunk.js";
const DEFAULT_BLOCK_STREAM_MIN = 800;
const DEFAULT_BLOCK_STREAM_MAX = 1200;
const DEFAULT_BLOCK_STREAM_COALESCE_IDLE_MS = 400;
const DEFAULT_BLOCK_STREAM_COALESCE_IDLE_MS = 1000;
const BLOCK_CHUNK_PROVIDERS = new Set<TextChunkProvider>([
"whatsapp",