jenkins-bot has submitted this change and it was merged.

Change subject: Lowered "max lag" to 20 seconds
......................................................................


Lowered "max lag" to 20 seconds

* This shoud be fairly safe according to the lag shown at tendril

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

Approvals:
  Springle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/db-codfw.php b/wmf-config/db-codfw.php
index ca80c95..9cabe0b 100644
--- a/wmf-config/db-codfw.php
+++ b/wmf-config/db-codfw.php
@@ -134,8 +134,7 @@
        'password'        => $wgDBpassword,
        'type'            => 'mysql',
        'flags'           => DBO_DEFAULT,
-       'max lag'         => 30,
-       # 'max threads' => 350, -- disabled TS
+       'max lag'         => 20
 ),
 
 'groupLoadsBySection' => array(),
diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 90da14b..9aca253 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -159,8 +159,7 @@
        'password'        => $wgDBpassword,
        'type'            => 'mysql',
        'flags'           => DBO_DEFAULT,
-       'max lag'         => 30,
-       # 'max threads' => 350, -- disabled TS
+       'max lag'         => 20
 ),
 
 'groupLoadsBySection' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f71d75be4d6d78115388e5f24cc4d8d09e3495d
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Springle <sprin...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to