mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix modify args.
This commit is contained in:
parent
2a9a7a0f44
commit
d98f2e0070
@ -60,10 +60,9 @@ const (
|
|||||||
MaxUser = 10000
|
MaxUser = 10000
|
||||||
MaxGroup = 1000
|
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
|
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 {
|
type BaseResp struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user