Skip to content

Commit

Permalink
Commit debug code by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Aug 8, 2024
1 parent d23421f commit f6e20cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/Player.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
console.log(`Admin ${connection_id} subscribed`)
subscriptionConnectionId = connection_id
sendClientDataToSubscriber()
subscriptionInterval = setInterval(sendClientDataToSubscriber, 15000) // Update 3 times per sec
subscriptionInterval = setInterval(sendClientDataToSubscriber, 333) // Update 3 times per sec
})
registerMessageHandler("unsubscribe", unsubscribe)
Expand Down

0 comments on commit f6e20cd

Please sign in to comment.