-
- Downloads
Rate limit mediawiki API endpoint
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.
parent
53520a8a
No related branches found
No related tags found
Please register or sign in to comment