aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-13 16:15:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-13 16:15:37 -0400
commit8d3bb9338cf24aca80bc5cb9f8d51190738e87d9 (patch)
tree87ed26e2029ae02e22a8b070f4bfde4dcecca1be /MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
parentbc44f38d79a5ee7fb2502b1c29f252943e6270fd (diff)
comment
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
index 082a55ea0..3c718103f 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
});