adjust process throttle

This commit is contained in:
Luke Pulverenti
2015-03-02 14:46:28 -05:00
parent f3159f3fef
commit 12ba57d423
4 changed files with 82 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ namespace MediaBrowser.ServerApplication.Native
public IProcessManager GetProcessManager()
{
return new ProcessManager();
return new WindowsProcessManager();
}
}
}