Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit a9aeeeb

Browse files
committed
increase give up interval to match other spots
1 parent 06040d2 commit a9aeeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/lib/ai-streamer/progress-handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { later } from "@ember/runloop";
22
import PostUpdater from "./updaters/post-updater";
33

44
const PROGRESS_INTERVAL = 40;
5-
const GIVE_UP_INTERVAL = 60000;
5+
const GIVE_UP_INTERVAL = 600000; // 10 minutes which is our max thinking time for now
66
export const MIN_LETTERS_PER_INTERVAL = 6;
77
const MAX_FLUSH_TIME = 800;
88

0 commit comments

Comments
 (0)