Files

8 lines
118 B
Go
Raw Permalink 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
)