mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 03:56:00 +08:00
8 lines
118 B
Go
8 lines
118 B
Go
|
|
package constant
|
||
|
|
|
||
|
|
const (
|
||
|
|
ShowNumber = 1000
|
||
|
|
StatisticsTimeInterval = 60
|
||
|
|
MaxNotificationNum = 500
|
||
|
|
)
|