mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
74de8825f6
Signed-off-by: kubbot & kubecub <3293172751ysy@gmail.com>
8 lines
118 B
Go
8 lines
118 B
Go
package constant
|
|
|
|
const (
|
|
ShowNumber = 1000
|
|
StatisticsTimeInterval = 60
|
|
MaxNotificationNum = 500
|
|
)
|