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

       Web browser: ---
            Bug ID: 54983
           Summary: Add thanking to $wgRateLimits
           Product: Wikimedia
           Version: unspecified
          Hardware: All
               URL: https://nl.wikipedia.org/w/index.php?title=Speciaal%3A
                    Logboeken&type=thanks&user=Bart_Versieck&page=&year=&m
                    onth=-1&tagfilter=&hide_patrol_log=1&hide_thanks_log=1
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Suggested setting: same as email.

        'emailuser' => array(
            'ip' => array( 5, 86400 ), // 5 per day per ip (logged-out and new
users)
            'newbie' => array( 5, 86400 ), // 5 per day for non-autoconfirmed
            'user' => array( 20, 86400 ), // 20 per day for users
        ),

Minimal setting: respect edit ratelimits,

        'edit' => array(
            // 8 ed./min per each non-autoconfirmed, or group thereof from same
IP
            'ip'     => array( 8, 60 ),
            'newbie' => array( 8, 60 ),
        ),

-- 
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