Skip to content

Commit

Permalink
3s
Browse files Browse the repository at this point in the history
  • Loading branch information
greybax authored Jan 12, 2024
1 parent e53237e commit f67c5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const main = () => {
}
}

intervalId = setInterval(func, 30000) as any;
intervalId = setInterval(func, 3000) as any;
}

main();

0 comments on commit f67c5f8

Please sign in to comment.