2023-02-21 16:48:10 +08:00

8 lines
118 B
Go

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