mirror of
https://github.com/OpenFusionProject/Client.git
synced 2026-01-02 19:20:19 +00:00
Enable offline caches by default
This commit is contained in:
2
defaults/config.json
vendored
2
defaults/config.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"autoupdate-check": true,
|
"autoupdate-check": true,
|
||||||
"cache-swapping": true,
|
"cache-swapping": true,
|
||||||
"enable-offline-cache": false,
|
"enable-offline-cache": true,
|
||||||
"verify-offline-cache": false,
|
"verify-offline-cache": false,
|
||||||
"last-version-initialized": "1.6"
|
"last-version-initialized": "1.6"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user