Skip to content

Commit 3f51875

Browse files
committed
Increase MAX_MULTIVIEW_PLAYERS to 49
1 parent c9b466d commit 3f51875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uproot/_static/monitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
const EXTRA_FIELDS = ["started", "label", "round", "_uproot_group", "member_id", "_uproot_dropout"];
1111
const MONITOR_PRIORITY_FIELDS = ["id", "label", "player", "page", "progress", "lastSeen", "dropout", "round", "group", "member_id"];
12-
const MAX_MULTIVIEW_PLAYERS = 48;
12+
const MAX_MULTIVIEW_PLAYERS = 49;
1313
const HEARTBEAT_DURATION_MS = 5000;
1414
const UPDATE_DEBOUNCE_MS = 150;
1515

0 commit comments

Comments
 (0)