From f6321f2e3367233a9e12ff80256068c32d2c44bf Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:35:33 +0300 Subject: [PATCH] Disable buggy sing-box cache.db. Maybe sing-box itself will need patching --- v2rayN/ServiceLib/Models/ConfigItems.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Models/ConfigItems.cs b/v2rayN/ServiceLib/Models/ConfigItems.cs index 0f0e257c..287adc58 100644 --- a/v2rayN/ServiceLib/Models/ConfigItems.cs +++ b/v2rayN/ServiceLib/Models/ConfigItems.cs @@ -17,7 +17,7 @@ public class CoreBasicItem public bool EnableFragment { get; set; } - public bool EnableCacheFile4Sbox { get; set; } = true; + public bool EnableCacheFile4Sbox { get; set; } = false; } [Serializable]