mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-07 10:53:07 +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
|
MaxMsgLength int = 1024
|
||||||
|
|
||||||
// MaxNamesList is the max number of items to return in a /names command
|
// 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 is the text returned by /help
|
||||||
HelpText string = `Available commands:
|
HelpText string = `Available commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user