`simple = { limit = 10, period = 60 }` So if a user makes 10 requests in 50 seconds, he can make an

simple = { limit = 10, period = 60 }


So if a user makes 10 requests in 50 seconds, he can make another 10 requests 10 seconds later? Do I understand this correctly?
Was this page helpful?