set MaxNotificationNum = 500

This commit is contained in:
skiffer-git 2022-12-05 17:10:00 +08:00
parent 56436adf4d
commit be820e8401

View File

@ -340,6 +340,6 @@ const LogFileName = "OpenIM.log"
const StatisticsTimeInterval = 60
const MaxNotificationNum = 100
const MaxNotificationNum = 500
const CurrentVersion = "v2.3.4-rc0"