mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Fix cache.db storage location
https://github.com/2dust/v2rayN/issues/6731
This commit is contained in:
parent
e0f005bd96
commit
eee87ded29
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ namespace ServiceLib.Services.CoreConfig
|
||||||
singboxConfig.experimental.cache_file = new CacheFile4Sbox()
|
singboxConfig.experimental.cache_file = new CacheFile4Sbox()
|
||||||
{
|
{
|
||||||
enabled = true,
|
enabled = true,
|
||||||
path = Utils.GetBinConfigPath("cache.db")
|
path = Utils.GetBinPath("cache.db")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue