mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
- Commenting out a call to GC.Collect(); that's supposed to be used only for memory investigations.
--HG-- branch : perf
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Orchard.Web {
|
||||
|
||||
protected void Application_EndRequest() {
|
||||
_host.EndRequest();
|
||||
GC.Collect();
|
||||
//GC.Collect();
|
||||
}
|
||||
|
||||
static void MvcSingletons(ContainerBuilder builder) {
|
||||
|
||||
Reference in New Issue
Block a user