Podręcznik:$wgClockSkewFudge
Appearance
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.33.0. |
| Cache: $wgClockSkewFudge | |
|---|---|
| Fudge time to add to cache timestamps to adjust for clock skew. |
|
| Wprowadzono w wersji: | 1.4.6 (r9403) |
| Usunięto w wersji: | 1.33.0 (Gerrit change 496694; git #074ce9ab) |
| Dozwolone wartości: | (number of seconds (integer)) |
| Domyślna wartość: | 5 |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
Clock skew or the one-second resolution of time() can occasionally cause cache problems when the user requests two pages within a short period of time.
This variable adds a given number of seconds to vulnerable timestamps, thereby giving a grace period.