Manual:$wgChronologyProtectorStash

Category:MediaWiki configuration settings#ChronologyProtectorStashCategory:MediaWiki configuration settings introduced in version 1.36.0#ChronologyProtectorStashCategory:MediaWiki configuration settings removed in version 1.43.0#ChronologyProtectorStashCategory:MediaWiki deprecated or obsolete features#ChronologyProtectorStashCategory:Cache variables#ChronologyProtectorStash
Cache: $wgChronologyProtectorStash
The object store type of the ChronologyProtector position store.
Introduced in version:1.36.0 (Gerrit change 664415; git #bd7cf4dc)
Removed in version:1.43.0 (Gerrit change 1075647; git #b18121d9)
Allowed values:(string) or null
Default value:null

Details

The object store type of the ChronologyProtector position store.

This should be a fast storage system optimized for lightweight ephemeral data. The dataset access scope should include all application servers in the local datacenter. A set of single-key operations should maintain "best effort" linearizability (e.g. they observe linearizability unless connectivity/latency/disk problems arise).

Valid options are the keys of $wgObjectCaches , e.g. CACHE_* constants.

See also

Category:Cache variables Category:MediaWiki configuration settings Category:MediaWiki configuration settings introduced in version 1.36.0 Category:MediaWiki configuration settings removed in version 1.43.0 Category:MediaWiki deprecated or obsolete features