Files
open-im-server/pkg/common/constant/limit.go
T
2023-02-21 16:48:10 +08:00

8 lines
118 B
Go

package constant
const (
ShowNumber = 1000
StatisticsTimeInterval = 60
MaxNotificationNum = 500
)