Emergency Fix (Change freeze)

Mike McGrath mmcgrath at redhat.com
Fri Oct 2 17:21:52 UTC 2009


Had to push this one through before getting a change approval since it was
taking all sorts of applications down.

I had to do this change, someone had committed a large change to the wiki.
the rss feeders were generating a diff of this, when they started to fail
they'd retry and BOOM.  Load topped out around 130.  Anyway, I think
things are going back to normal now but I'm keeping an eye on things.

commit 05b1a66c77bd875f68e9c04487d4264d851720ad
Author: Mike McGrath <mmcgrath at redhat.com>
Date:   Fri Oct 2 11:57:50 2009 -0500

    putting a size limit on feeds

 .../mediawiki/templates/LocalSettings.php.fp.erb   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/modules/mediawiki/templates/LocalSettings.php.fp.erb
b/modules/mediawiki/templates/LocalSettings.php.fp.erb
index 451d728..308bd71 100644
--- a/modules/mediawiki/templates/LocalSettings.php.fp.erb
+++ b/modules/mediawiki/templates/LocalSettings.php.fp.erb
@@ -31,6 +31,7 @@ $wgRawHtml = false;
 $wgProto = "https";
 $wgServer = "https://fedoraproject.org";
 $wgCookieSecure = true;
+$wgFeedDiffCutoff=1024;


I had put another change in, I'm reverting it now.

	-Mike




More information about the Fedora-infrastructure-list mailing list