Skip to content

Commit

Permalink
reduce interlude time to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Jun 26, 2024
1 parent 594e99d commit 722e341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/containers/InterludeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function InterludeScreen() {

useEffect(() => {
const currentTime = new Date().getTime();
setNextEntropyTime(currentTime + 60 * 1000);
setNextEntropyTime(currentTime + 30 * 1000);
}, []);
return (
<>
Expand Down

0 comments on commit 722e341

Please sign in to comment.