Luke Pulverenti 12 년 전
부모
커밋
8d3bb9338c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs

+ 1 - 0
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
             });