[bugzilla-gnome-org-upstream/production] Comment out the size limit check
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-upstream/production] Comment out the size limit check
- Date: Thu, 9 Oct 2014 21:24:10 +0000 (UTC)
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]