adjust livestream interval (#294)

This commit is contained in:
Dan Peterson 2021-11-15 12:34:21 -06:00 committed by GitHub
parent 0c28f3c6f1
commit cb104017ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
import { isLiveStreaming } from '$web/src/livestreaming';
const POLL_INTERVAL = 10000;
const POLL_INTERVAL = 30000; // 30 seconds.
const pollers = {};
const pollingMechanism = {