mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Set datacache flag as discussed in slack (MS/KB)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BlackCore
|
||||
{
|
||||
|
||||
CDataCache::CDataCache() :
|
||||
CValueCache(CValueCache::Distributed)
|
||||
CValueCache(CValueCache::LocalOnly)
|
||||
{
|
||||
if (! QDir::root().mkpath(persistentStore()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user