Skip to content

Commit

Permalink
Up polling frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Nov 6, 2024
1 parent 4b5f07c commit a1dd889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/EnvironmentReadyChecker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const EnvironmentReadyChecker: FC<EnvironmentReadyCheckerType> = ({
{
id: match.params.environmentId,
},
{ pollingInterval: 3000, skip: !match.params.environmentId },
{ pollingInterval: 1000, skip: !match.params.environmentId },
)
if (!match?.params?.environmentId) {
return children
Expand Down

0 comments on commit a1dd889

Please sign in to comment.