Skip to content

Commit

Permalink
feat: poll less often
Browse files Browse the repository at this point in the history
10 seconds should more frequent enough
  • Loading branch information
jordan-acosta committed Jun 21, 2024
1 parent 547da66 commit 8e70470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/InstallStepper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const InstallStepper = ({
user_error: false,
});
}
}, 1000 * 5);
}, 1000 * 10);

const input_groups = app.input_config.input_groups || [];
const stepContent = input_groups.map((group, idx) => (
Expand Down

0 comments on commit 8e70470

Please sign in to comment.