From 8d3bb9338cf24aca80bc5cb9f8d51190738e87d9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 13 Jun 2013 16:15:37 -0400 Subject: [PATCH] comment --- MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs index 082a55ea06..3c718103ff 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs @@ -160,6 +160,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer LogFactory = LogManager.LogFactory, + // The Markdown feature causes slow startup times (5 mins+) on cold boots for some users EnableFeatures = Feature.Csv | Feature.Html | Feature.Json | Feature.Jsv | Feature.Metadata | Feature.Xml });