jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/386833 )

Change subject: Disable constraints check with SPARQL for now
......................................................................


Disable constraints check with SPARQL for now

Bug: T179156
Change-Id: I35e763dd95a5d6b683f5916b4496e7b799da2fdc
---
M wmf-config/Wikibase-production.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Daniel Kinzler: Looks good to me, but someone else must approve
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified

Objections:
  Lucas Werkmeister (WMDE): There's a problem with this change, please improve



diff --git a/wmf-config/Wikibase-production.php 
b/wmf-config/Wikibase-production.php
index 3b531f4..4a8366e 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -132,7 +132,8 @@
                        ],
                ];
 
-               $wgWBQualityConstraintsSparqlEndpoint = 
$wgWBRepoSettings['sparqlEndpoint'];
+               // Temp. disable as this is likely causing T179156 -- Marius
+               // $wgWBQualityConstraintsSparqlEndpoint = 
$wgWBRepoSettings['sparqlEndpoint'];
                $wgWBQualityConstraintsSparqlMaxMillis = 5000; // limit SPARQL 
queries to just 5 seconds for now
                $wgWBQualityConstraintsTypeCheckMaxEntities = 10; // only check 
few entities in PHP => fall back to SPARQL very quickly
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I35e763dd95a5d6b683f5916b4496e7b799da2fdc
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Urbanecm <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to