Aaron Schulz has uploaded a new change for review.

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

Change subject: [WIP] Lowered "max lag" setting to 5 seconds
......................................................................

[WIP] Lowered "max lag" setting to 5 seconds

Bug: T95501
Change-Id: I8cea967ecc87d36984878afefdd1b8e853fa2598
---
M wmf-config/db-codfw.php
M wmf-config/db-eqiad.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/14/242814/1

diff --git a/wmf-config/db-codfw.php b/wmf-config/db-codfw.php
index a9873f7..4207852 100755
--- a/wmf-config/db-codfw.php
+++ b/wmf-config/db-codfw.php
@@ -148,7 +148,7 @@
        'password'        => $wgDBpassword,
        'type'            => 'mysql',
        'flags'           => DBO_DEFAULT,
-       'max lag'         => 10,
+       'max lag'         => 5,
        'variables'   => array(
                'innodb_lock_wait_timeout' => 15
        )
diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index b0886de..f07bcca 100755
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -158,7 +158,7 @@
        'password'        => $wgDBpassword,
        'type'            => 'mysql',
        'flags'           => DBO_DEFAULT,
-       'max lag'         => 10,
+       'max lag'         => 5,
        'variables'   => array(
                'innodb_lock_wait_timeout' => 15
        )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cea967ecc87d36984878afefdd1b8e853fa2598
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

Reply via email to