Handbuch:$wgAttemptFailureEpoch

From mediawiki.org
This page is a translated version of the page Manual:$wgAttemptFailureEpoch and the translation is 25% complete.
Dateien und Datei-Uploads: $wgAttemptFailureEpoch
Bump this to quickly retry thumbnail creation failures.
Eingeführt in Version:1.23.0 (Gerrit change 107419; git #dc496c02)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:nicht angegeben
Standardwert:1

Details

Certain operations are avoided if there were too many recent failures, for example, thumbnail generation. Bump this value to invalidate all memory of failed operations and thus allow further attempts to resume. This is useful when a cause for the failures has been found and fixed.

In practice this value is concatenated with the failure lookup key, and changing it will cause old failures to no longer be found.

Only thumbnail generation is currently using this setting.