Manual:$wgClockSkewFudge
Appearance
Esta función se eliminó por completo en la versión 1.33.0. |
Cache: $wgClockSkewFudge | |
---|---|
Fudge time to add to cache timestamps to adjust for clock skew. |
|
Introducido en la versión: | 1.4.6 (r9403) |
Eliminado en la versión: | 1.33.0 (Gerrit change 496694; git #074ce9ab) |
Valores permitidos: | (number of seconds (integer)) |
Valor predeterminado: | 5 |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.