https://bugzilla.wikimedia.org/show_bug.cgi?id=64622

--- Comment #14 from Nemo <[email protected]> ---
(In reply to Jesús Martínez Novo (Ciencia Al Poder) from comment #13)
> This seems to be hitting $wgRateLimits['renderfile']. See [1]. Those rate
> limits are disabled by default, so maybe WMF has set them up recently.

$ git blame InitialiseSettings.php | grep -A 4 renderfile
c78a54c9 (Aaron Schulz             2013-10-16 16:14:35 -0700  6390)            
'renderfile' => array(
02f3863a (Aaron Schulz             2014-01-21 12:40:42 -0800  6391)            
        // 1400 new thumbnails per minute
02f3863a (Aaron Schulz             2014-01-21 12:40:42 -0800  6392)            
        'ip'   => array( 700, 30 ),
02f3863a (Aaron Schulz             2014-01-21 12:40:42 -0800  6393)            
        'user' => array( 700, 30 ),
c78a54c9 (Aaron Schulz             2013-10-16 16:14:35 -0700  6394)            
),
9643d682 (Aaron Schulz             2014-04-21 09:30:53 -0700  6395)            
'renderfile-nonstandard' => array(
9643d682 (Aaron Schulz             2014-04-21 09:30:53 -0700  6396)            
        // 140 new thumbnails per minute
9643d682 (Aaron Schulz             2014-04-21 09:30:53 -0700  6397)            
        'ip'   => array( 70, 30 ),
9643d682 (Aaron Schulz             2014-04-21 09:30:53 -0700  6398)            
        'user' => array( 70, 30 ),
9643d682 (Aaron Schulz             2014-04-21 09:30:53 -0700  6399)            
),

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to