changed the main DataCenterService thread name to make it useful/relevant.

This commit is contained in:
Chris.Watts90@outlook.com 2017-02-21 12:08:36 +00:00 committed by chris.watts90@outlook.com
parent b20a506d3a
commit 3acb51ff91

View File

@ -49,7 +49,7 @@ namespace WindowsDataCenter
_mainWorkerThread = new Thread(MainWorkerThread)
{
IsBackground = false,
Name = "OWIN SELF HOST MAIN THREAD"
Name = "DATACENTER SELF HOST MAIN THREAD"
};
var endpointPort = ConfigurationManager.AppSettings["WebsiteHttpPort"] ?? "8800";