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

8 lines
118 B
Go
Raw Normal View History

2023-06-30 09:45:02 +08:00
package constant
const (
ShowNumber = 1000
StatisticsTimeInterval = 60
MaxNotificationNum = 500
)