MaxSem has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172002

Change subject: Don't use output compression
......................................................................

Don't use output compression

Bug: 73037
Change-Id: I98ccf210979d9779742bab61545171f440e10608
---
M LocalSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/02/172002/1

diff --git a/LocalSettings.php b/LocalSettings.php
index 8a6c972..9ae79a6 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -108,3 +108,6 @@
 // Execute all jobs via standalone jobrunner service rather than
 // piggybacking them on web requests.
 $wgJobRunRate = 0;
+
+// Bug 73037: handmade gzipping sometimes makes error messages impossible to 
see in HHVM
+$wgDisableOutputCompression = true;

-- 
To view, visit https://gerrit.wikimedia.org/r/172002
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I98ccf210979d9779742bab61545171f440e10608
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to