Ladsgroup has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/344750 )
Change subject: Document dispatchingLockManager option in $wgWBRepoSettings ...................................................................... Document dispatchingLockManager option in $wgWBRepoSettings Bug: T151993 Change-Id: I4a43053400584d74eb93fb890c2f663db01f8942 --- M docs/options.wiki 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/50/344750/1 diff --git a/docs/options.wiki b/docs/options.wiki index bba0710..5f49aa5 100644 --- a/docs/options.wiki +++ b/docs/options.wiki @@ -52,6 +52,7 @@ ;pagePropertiesRdf: Array that maps between page properties and Wikibase predicates for RDF dumps. Maps from database property name to an array that contains a key <code>'name'</code> (RDF property name, which will be prefixed by <code>wikibase:</code>) and an optional key <code>'type'</code>. ;unitStorage: Definition for unit conversion storage. Should be in in the format <code>ObjectFactory</code> understands, example: <code>array( 'class' => 'Wikibase\\Lib\\JsonUnitStorage', 'args' => array( 'myUnits.json' ) )</code>. ;supportedEntityTypesForEntitiesWithoutTermListings: Array of entity types that are supported on Special:EntitiesWithoutLabel and …Description, typically <code>'item'</code> and <code>'property'</code>. Defaults to <code>null</code>, which enables all numeric entity types. +;dispatchingLockManager: If you want to use another lock mechanism for dispatching changes to clients instead of database locking (which can occupy too many connections to the master database), set its name in this config. See $wgLockManagers documentation in mediawiki core for more information on configuring a locking mechanism inside core. == Client Settings == -- To view, visit https://gerrit.wikimedia.org/r/344750 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a43053400584d74eb93fb890c2f663db01f8942 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Ladsgroup <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
