Merge "Fix typo in 'MainStash' docs"
This commit is contained in:
commit
9879c4587a
2 changed files with 2 additions and 4 deletions
|
|
@ -2531,8 +2531,7 @@ config-schema:
|
|||
should avoid main stash updates during non-POST requests. In any case, callers should
|
||||
gracefully tolerate occasional key evictions, temporary inconsistencies among datacenters,
|
||||
and violations of linearizability (e.g. during timeouts). Modules that can never handle
|
||||
these
|
||||
kind of anamolies should use other storage mediums.
|
||||
these kinds of anomalies should use other storage mediums.
|
||||
Valid options are the keys of {@link $wgObjectCaches}, e.g. CACHE_* constants.
|
||||
@see \BagOStuff
|
||||
@since 1.26
|
||||
|
|
|
|||
|
|
@ -4068,8 +4068,7 @@ class MainConfigSchema {
|
|||
* should avoid main stash updates during non-POST requests. In any case, callers should
|
||||
* gracefully tolerate occasional key evictions, temporary inconsistencies among datacenters,
|
||||
* and violations of linearizability (e.g. during timeouts). Modules that can never handle
|
||||
* these
|
||||
* kind of anamolies should use other storage mediums.
|
||||
* these kinds of anomalies should use other storage mediums.
|
||||
*
|
||||
* Valid options are the keys of {@link $wgObjectCaches}, e.g. CACHE_* constants.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue