mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Reeabling command host restart detection
--HG-- branch : 1.x
This commit is contained in:
@@ -179,7 +179,7 @@ namespace Orchard.Environment {
|
||||
_cacheManager.Get("OrchardHost_Extensions",
|
||||
ctx => {
|
||||
_extensionMonitoringCoordinator.MonitorExtensions(ctx.Monitor);
|
||||
// _hostLocalRestart.Monitor(ctx.Monitor);
|
||||
_hostLocalRestart.Monitor(ctx.Monitor);
|
||||
DisposeShellContext();
|
||||
return "";
|
||||
});
|
||||
|
Reference in New Issue
Block a user