Manual:$wgAttemptFailureEpoch
Appearance
ファイルとファイル アップロード: $wgAttemptFailureEpoch | |
---|---|
これを実行して、サムネイル作成の失敗の際に迅速に再試行します。 |
|
導入されたバージョン: | 1.23.0 (Gerrit change 107419; git #dc496c02) |
除去されたバージョン: | 使用中 |
許容される値: | 未指定 |
既定値: | 1 |
その他の設定: アルファベット順 | 機能順 |
詳細
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.