changed the main DataCenterService thread name to make it useful/relevant.
This commit is contained in:
parent
b20a506d3a
commit
3acb51ff91
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user