mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 20:22:16 +02:00
Avoid to DDOS the server, querying infinite time per second a blank page is maybe too much, useless and dangerous
This commit is contained in:
@ -7,6 +7,6 @@ function refreshViewersCounter(streamID, period) {
|
||||
.catch(console.log)
|
||||
|
||||
setTimeout(() => {
|
||||
refreshViewersCounter(period)
|
||||
refreshViewersCounter(streamID, period)
|
||||
}, period)
|
||||
}
|
||||
|
Reference in New Issue
Block a user