Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Oct 9, 2024
1 parent d51d31a commit 6c1cbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function fetch(url: string, options?: RequestInit): Promise<any> {
headers,
});
if (status >= 300) {
setTimeout(close, 50);
setTimeout(close, 100);
}
return response;
})
Expand Down

0 comments on commit 6c1cbe1

Please sign in to comment.