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