Skip to content

Commit c105889

Browse files
committed
Reduce chat initialization timeout from 10 seconds to 5 seconds
1 parent 6ff41e5 commit c105889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/browser/src/background/message-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface ChatQueueItem {
1818
const chat_queue: ChatQueueItem[] = []
1919
let is_processing = false
2020

21-
const CHAT_INITIALIZATION_TIMEOUT = 10000
21+
const CHAT_INITIALIZATION_TIMEOUT = 5000
2222

2323
export const handle_messages = (message: WebSocketMessage) => {
2424
if (message.action == 'initialize-chat') {

0 commit comments

Comments
 (0)