$smwg­Post­Edit­Update

From Linux Web Expert


Template:Interlanguagelink: en
Configuration parameter details:
Name $smwgPostEditUpdate
Description Sets how many jobs should be executed as part of a post-edit event
Default setting See below
Software Semantic MediaWiki
Since version
Until version still available
Configuration Internal
Keyword internal · job queue


__NOBREADCRUMBLINKS__

$smwgPostEditUpdate is an internal configuration parameter that sets which and how many jobs should be executed as part of a post-edit event. The configuration parameter was introduced in Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki12 and changed in Semantic MediaWiki 3.1.0Released on an unknown date unknown versions of MediaWiki3.

Default setting

$smwgPostEditUpdate => [
	'check-query' => false,
	'job.task' => [
		'smw.fulltextSearchTableUpdate' => 1
	]
];

This means that jobs updating the full text search database table will be run once per request and that jobs purging the parser cache to do query updates or post-processing of annotations will be run five times per request after a respective edit triggered them.

This configuration parameter must not be modified manually.

See also

#scite could not render a citation text for reference "gh:smw:3318" because type "pullrequest" was not assigned to a template.
#scite could not render a citation text for reference "gh:smw:3501" because type "pullrequest" was not assigned to a template.

References

  1. ^ gh:smw:3318 
  2. ^ gh:smw:3501 
  3. ^ gh:smw:3644