change stats interval to 10s

This commit is contained in:
Enrico Schwendig
2023-05-05 16:00:03 +02:00
committed by David Baker
parent 515e00b763
commit 0f1866517b

View File

@@ -32,7 +32,7 @@ import { isLocalRoomId, createRoom, roomNameFromRoomId } from "../matrix-utils";
import { translatedError } from "../TranslatedError";
import { widget } from "../widget";
const STATS_COLLECT_INTERVAL_TIME_MS = 30000;
const STATS_COLLECT_INTERVAL_TIME_MS = 10000;
export interface GroupCallLoadState {
loading: boolean;