Skip to content

Commit 3956777

Browse files
committed
Reduce message limit in lobby chat
To see if this reduces bandwidth usage.
1 parent 661c6d5 commit 3956777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/LobbyPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ function LobbyPage() {
208208
<Box clone order={{ xs: 2, md: 1 }} className={classes.chatColumn}>
209209
<Grid item xs={12} sm={12} md={6}>
210210
<Paper className={classes.chatColumnPaper}>
211-
<Chat title="Lobby Chat" messageLimit={200} showMessageTimes />
211+
<Chat title="Lobby Chat" messageLimit={100} showMessageTimes />
212212
</Paper>
213213
<div className={classes.gameCounters}>
214214
<Typography variant="body2">

0 commit comments

Comments
 (0)