adjust livestream interval (#294)
This commit is contained in:
parent
0c28f3c6f1
commit
cb104017ad
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
import { isLiveStreaming } from '$web/src/livestreaming';
|
||||
|
||||
const POLL_INTERVAL = 10000;
|
||||
const POLL_INTERVAL = 30000; // 30 seconds.
|
||||
const pollers = {};
|
||||
|
||||
const pollingMechanism = {
|
||||
|
|
Loading…
Reference in a new issue