Set datacache flag as discussed in slack (MS/KB)

This commit is contained in:
Klaus Basan
2015-12-13 19:47:28 +01:00
parent 41ae580ab4
commit 953dee6060

View File

@@ -19,7 +19,7 @@ namespace BlackCore
{
CDataCache::CDataCache() :
CValueCache(CValueCache::Distributed)
CValueCache(CValueCache::LocalOnly)
{
if (! QDir::root().mkpath(persistentStore()))
{