use constructor to set optimal config values

This commit is contained in:
dkanada
2020-06-27 00:22:27 +09:00
parent 57caa9fdba
commit 83ae4d074d
5 changed files with 4 additions and 118 deletions

View File

@@ -19,7 +19,5 @@ namespace MediaBrowser.Controller.Configuration
/// </summary>
/// <value>The configuration.</value>
ServerConfiguration Configuration { get; }
bool SetOptimalValues();
}
}