Manual:$wgClockSkewFudge

From MediaWiki.org
Jump to: navigation, search
Cache: $wgClockSkewFudge
Fudge time to add to cache timestamps to adjust for clock skew.
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


Details [edit]

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.