mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
Increased mMaxTimeChars to enable repetitive use on certain large pages on enwiki
This commit is contained in:
parent
4fb668f8d6
commit
0151a81b21
|
@ -13,7 +13,7 @@ class ExtParserFunctions {
|
||||||
var $mExprParser;
|
var $mExprParser;
|
||||||
var $mTimeCache = array();
|
var $mTimeCache = array();
|
||||||
var $mTimeChars = 0;
|
var $mTimeChars = 0;
|
||||||
var $mMaxTimeChars = 1000;
|
var $mMaxTimeChars = 6000; # ~10 seconds
|
||||||
|
|
||||||
function clearState() {
|
function clearState() {
|
||||||
$this->mTimeChars = 0;
|
$this->mTimeChars = 0;
|
||||||
|
|
Loading…
Reference in a new issue