Page 1 of 1

Too many request protection

Posted: 12 Feb 2019, 12:32
by ekrem5353
Hi,

Is tere a protection against sending too many extension request? Can we activate someting so users can not send more than thousand request in a minute? So users with bad intensions would not flood server.

Thanks

Re: Too many request protection

Posted: 12 Feb 2019, 14:42
by Lapo
Hi,
there's a filter for this for system request (i.e. the public API requests). For Extensions you will have to implement your own, based on each command your Extension handles. For real-time games it's possible to literally receive more than 1000 req. per second, for instance 20 movement updates/sec == 1200 packets per minute.

Cheers