Manual:$wgJobQueueIncludeInMaxLagFactor/ja

From Linux Web Expert

Revision as of 05:42, 25 January 2024 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Extensions</translate>: $wgJobQueueIncludeInMaxLagFactor
Whether to include the number of jobs that are queued for the API's maxlag parameter.
<translate> Introduced in version:</translate>1.29.0 (Gerrit change 347320; git #de9f9bda)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(真偽値)
<translate> Default value:</translate>false

Whether to include the number of jobs that are queued for the API's maxlag parameter.

詳細

The total number of jobs will be divided by this to get an estimated second of maxlag. Typically bots backoff at maxlag=5, so setting this to the max number of jobs that should be in your queue divided by 5 should have the effect of stopping bots once that limit is hit.