Disable buggy sing-box cache.db. Maybe sing-box itself will need patching

This commit is contained in:
Valeriy Manzhos 2026-04-08 15:35:33 +03:00
parent f86e876242
commit f6321f2e33
No known key found for this signature in database
GPG key ID: 6547CFC8E2EC3D90

View file

@ -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]