jenkins-bot has submitted this change and it was merged. Change subject: Lower $wgMaxUserDBWriteDuration to 3 ......................................................................
Lower $wgMaxUserDBWriteDuration to 3 Still no errors in the last 24 hours Change-Id: If455f3dc6e4f8db8aa5cddb5a11ce5823326f4f9 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 482147b..d2c47dc 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -222,7 +222,7 @@ } # Disallow web request DB transactions slower than this -$wgMaxUserDBWriteDuration = 4; +$wgMaxUserDBWriteDuration = 3; # Activate read-only mode for bots when lag is getting high. # This should be lower than 'max lag' in the LBFactory conf. $wgAPIMaxLagThreshold = 5; -- To view, visit https://gerrit.wikimedia.org/r/310186 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If455f3dc6e4f8db8aa5cddb5a11ce5823326f4f9 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
