手册:$wgClockSkewFudge
此功能已在版本1.33.0中完全移除。 |
缓存: $wgClockSkewFudge | |
---|---|
Fudge time to add to cache timestamps to adjust for clock skew. |
|
引进版本: | 1.4.6 (r9403) |
移除版本: | 1.33.0 (Gerrit change 496694; git #074ce9ab) |
允许的值: | (秒数(整数)) |
默认值: | 5 |
其他设置: 按首字母排序 | 按功能排序 |
详情
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.