Podręcznik:$wgJobQueueIncludeInMaxLagFactor

From mediawiki.org
This page is a translated version of the page Manual:$wgJobQueueIncludeInMaxLagFactor and the translation is 43% complete.
Rozszerzenia: $wgJobQueueIncludeInMaxLagFactor
Whether to include the number of jobs that are queued for the API's maxlag parameter.
Wprowadzono w wersji:1.29.0 (Gerrit change 347320; git #de9f9bda)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(wartość logiczna)
Domyślna wartość:false

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

Szczegóły

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.