U4-6626 - XmlCache, bugfix locks

This commit is contained in:
Stephan
2015-05-19 20:08:52 +02:00
parent 009f071f48
commit ac7ff31a67
5 changed files with 57 additions and 13 deletions

View File

@@ -130,7 +130,8 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
}
if (runNow)
Run();
//Run();
LogHelper.Warn<XmlCacheFilePersister>("Cannot write now because we are going down, changes may be lost.");
return ret; // this, by default, unless we created a new one
}