Skip to content

Commit

Permalink
fix: MaxTotalMessages (#165)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Ну обосрался, бывает
Забыл 1 значение изменить, из-за которого у всех новеньких 10к сообщений
стояло
  • Loading branch information
AyIong authored Mar 10, 2024
1 parent 5fa7e99 commit b0186e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/settings/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const initialState = {
theme: 'dark',
adminMusicVolume: 0.5,
messageStackInSeconds: 30,
maxTotalMessage: 10000,
maxTotalMessage: 1500,
// Keep these two state vars for compatibility with other servers
highlightText: '',
highlightColor: '#ffdd44',
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui-panel.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0186e0

Please sign in to comment.