Skip to content

Commit 728b5b9

Browse files
committed
feat: Improve load times with better fetchStatus timing
1 parent 6d9cde0 commit 728b5b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/pages/Startup.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function Startup() {
7171
if (res.error) setShowDiagnostic(true);
7272
};
7373

74+
fetchStatus();
75+
7476
const interval = setInterval(fetchStatus, 2500);
7577

7678
return () => {

0 commit comments

Comments
 (0)