Aaron Schulz has uploaded a new change for review. https://gerrit.wikimedia.org/r/275734
Change subject: Lowered $wgMaxUserDBWriteDuration to 5 ...................................................................... Lowered $wgMaxUserDBWriteDuration to 5 Change-Id: I1d26719844adbb12be1590c89d149121615ba48d --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/34/275734/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index b8e05bf..c34ba22 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -211,7 +211,7 @@ } # Disallow web request DB transactions slower than this -$wgMaxUserDBWriteDuration = 6.0; +$wgMaxUserDBWriteDuration = 5.0; ini_set( 'memory_limit', $wmgMemoryLimit ); -- To view, visit https://gerrit.wikimedia.org/r/275734 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1d26719844adbb12be1590c89d149121615ba48d Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
