From 59d2bbf87cd6b10f5a55fd60b60c6a14ba9ecdc2 Mon Sep 17 00:00:00 2001 From: JieXu Date: Thu, 25 Sep 2025 07:41:25 +0800 Subject: [PATCH] Update MsgViewModel.cs --- v2rayN/ServiceLib/ViewModels/MsgViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/ViewModels/MsgViewModel.cs b/v2rayN/ServiceLib/ViewModels/MsgViewModel.cs index f1db1fbf..78930470 100644 --- a/v2rayN/ServiceLib/ViewModels/MsgViewModel.cs +++ b/v2rayN/ServiceLib/ViewModels/MsgViewModel.cs @@ -10,7 +10,7 @@ namespace ServiceLib.ViewModels; public class MsgViewModel : MyReactiveObject { private readonly ConcurrentQueue _queueMsg = new(); - private readonly int _numMaxMsg = 500; + private readonly int _numMaxMsg = 380; private bool _lastMsgFilterNotAvailable; private bool _blLockShow = false;