mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-08-18 15:03:54 +03:00
Reduce list max length, math is hard.
This commit is contained in:
parent
730d15d858
commit
cebad1c4c4
@ -18,7 +18,7 @@ const (
|
||||
MaxMsgLength int = 1024
|
||||
|
||||
// MaxNamesList is the max number of items to return in a /names command
|
||||
MaxNamesList int = 30
|
||||
MaxNamesList int = 20
|
||||
|
||||
// HelpText is the text returned by /help
|
||||
HelpText string = `Available commands:
|
||||
|
Loading…
x
Reference in New Issue
Block a user