[bugzilla-gnome-org-upstream/production] Comment out the size limit check



commit fa003c95898888ca18482f002bac4362531233d0
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Thu Oct 9 23:23:54 2014 +0200

    Comment out the size limit check

 mod_perl.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mod_perl.pl b/mod_perl.pl
index ae15ae5..1e611b0 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -53,7 +53,7 @@ use Apache2::SizeLimit;
 # This means that every httpd child will die after processing
 # a CGI if it is taking up more than 45MB of RAM all by itself,
 # not counting RAM it is sharing with the other httpd processes.
-Apache2::SizeLimit->set_max_unshared_size(45_000);
+# Apache2::SizeLimit->set_max_unshared_size(45_000);
 
 my $cgi_path = Bugzilla::Constants::bz_locations()->{'cgi_path'};
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]