You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug/route.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1235,9 +1235,9 @@ function GenerationsTab({
1235
1235
}
1236
1236
},[fetcher.data,fetcher.state]);
1237
1237
1238
-
// Poll for new generations every 10 seconds (also on focus/visibility)
1238
+
// Poll for new generations periodically (also on focus/visibility)
0 commit comments