Skip to content

Commit

Permalink
Reduce POST_INTERVAL to 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 24, 2024
1 parent c2b0fc4 commit 898c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spectator_sport/shared/_script_tags.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ or you can use record.mirror to access the mirror instance during recording.`;le

<script>
const POST_URL = '/spectator_sport/events';
const POST_INTERVAL_SECONDS = 2;
const POST_INTERVAL_SECONDS = 15;

function generateRandomId() {
return [...Array(40)].map(() => Math.random().toString(36)[2]).join('');
Expand Down

0 comments on commit 898c482

Please sign in to comment.