We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a967880 commit 18b5d8cCopy full SHA for 18b5d8c
src/lib/server/textGeneration/index.ts
@@ -27,7 +27,7 @@ async function* keepAlive(done: AbortSignal): AsyncGenerator<MessageUpdate, unde
27
type: MessageUpdateType.Status,
28
status: MessageUpdateStatus.KeepAlive,
29
};
30
- await new Promise((resolve) => setTimeout(resolve, 5000));
+ await new Promise((resolve) => setTimeout(resolve, 100));
31
}
32
33
0 commit comments