Skip to content

Commit

Permalink
change stats interval to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Schwendig authored and dbkr committed May 5, 2023
1 parent 515e00b commit 0f18665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/room/useLoadGroupCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0f18665

Please sign in to comment.