Aaron Schulz has uploaded a new change for review. https://gerrit.wikimedia.org/r/310186
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/86/310186/1 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: newchange Gerrit-Change-Id: If455f3dc6e4f8db8aa5cddb5a11ce5823326f4f9 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
