diff --git a/src/blackcore/datacache.cpp b/src/blackcore/datacache.cpp index afac0de0c..45a2c4d9c 100644 --- a/src/blackcore/datacache.cpp +++ b/src/blackcore/datacache.cpp @@ -19,7 +19,7 @@ namespace BlackCore { CDataCache::CDataCache() : - CValueCache(CValueCache::Distributed) + CValueCache(CValueCache::LocalOnly) { if (! QDir::root().mkpath(persistentStore())) {