removes comments

This commit is contained in:
Shannon
2019-09-12 23:15:03 +10:00
parent 81b277314c
commit c7c2f64b62

View File

@@ -33,10 +33,6 @@ namespace Umbraco.Web.Cache
{
_publishedModelFactory = publishedModelFactory;
_publishedSnapshotService = publishedSnapshotService;
// TODO: We have the option to check if we are in live mode and only run on a background thread if that is the case, else run normally?
// IMO I think we should just always run on a background thread, then no matter what state the app is in, it's always doing a consistent operation.
_runner = new BackgroundTaskRunner<IBackgroundTask>("RebuildModelsAndCache", logger);
}