Skip to content
  • Jelle van der Waa's avatar
    Rate limit mediawiki API endpoint · dbd68aa2
    Jelle van der Waa authored
    Our API endpoint was being abused by a malicious user which send about
    20 req/s, as php-fpm uses a pool of workers this easily over burdens
    them and also gives the server a constant 100% CPU load.
    
    Applying a rate limit succesfully negates this issue.
    dbd68aa2