Files
open-im-server/pkg/common/constant/limit.go
T

8 lines
118 B
Go
Raw Normal View History

2023-02-10 16:18:26 +08:00
package constant
const (
2023-02-21 16:48:10 +08:00
ShowNumber = 1000
StatisticsTimeInterval = 60
MaxNotificationNum = 500
2023-02-10 16:18:26 +08:00
)