mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Disable buggy sing-box cache.db. Maybe sing-box itself will need patching
This commit is contained in:
parent
f86e876242
commit
f6321f2e33
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ public class CoreBasicItem
|
||||||
|
|
||||||
public bool EnableFragment { get; set; }
|
public bool EnableFragment { get; set; }
|
||||||
|
|
||||||
public bool EnableCacheFile4Sbox { get; set; } = true;
|
public bool EnableCacheFile4Sbox { get; set; } = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Serializable]
|
[Serializable]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue