Manual:$wgClockSkewFudge
From MediaWiki.org
| Cache: $wgClockSkewFudge | |
|---|---|
| Helps avoid cache problems due to timer resolution. |
|
| Introduced in version: | 1.4.6 (r9403) |
| Removed in version: | still in use |
| Allowed Values: | No. of seconds (integer) |
| Default Value: | 5 |
Other settings: Alphabetical | By Function
[edit] Details
Clock skew or the one-second resolution of time() can occasionally cause cacheproblems 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.