fix modify args.

pull/3265/head
Monet Lee 6 months ago
parent 2a9a7a0f44
commit d98f2e0070

@ -60,10 +60,9 @@ const (
MaxUser = 10000
MaxGroup = 1000
CreateUserTicker = 10 * time.Second // Ticker is 1min in create user
CreateUserTicker = 1 * time.Minute // Ticker is 1min in create user
SendMessageTicker = 1 * time.Second // Ticker is 1s in send message
CreateGroupTicker = 10 * time.Second
// CreateGroupTicker = 1 * time.Minute
CreateGroupTicker = 1 * time.Minute
)
type BaseResp struct {

Loading…
Cancel
Save