Pankit Gami
Pankit Gami
**Found an issue:** You are providing the default values in IlluminateThrottleRepository. So if I don't provide any key it will take the default value. Here is your code. /** *...
@brunogaspar Won't this be good feature?? As you mentioned in the documentation, global throttling will lock the whole site. It is a good feature as it prevents DDos attack. But...
@drsii Is there any way I can help regarding this issue??
There is one workaround for this issue: If you set interval and threshold to `0` it won't check for that throttling. But it will store unnecessary data to database.
@thlorenz Is there any solution for this? I am also stuck with this.