优化notify消息处理

This commit is contained in:
648540858
2024-04-22 20:29:36 +08:00
parent b57dbeac13
commit 8cba63642f
7 changed files with 143 additions and 95 deletions

View File

@@ -66,7 +66,7 @@ public class UserSetting {
private List<String> allowedOrigins = new ArrayList<>();
private int maxNotifyCountQueue = 10000;
private int maxNotifyCountQueue = 100000;
private int registerAgainAfterTime = 60;