anlutro / laravel-4-smart-errors

Smarter error handling for Laravel 4
65 stars 13 forks source link

ReportThrottler not configurable #22

Closed bartjuh4 closed 9 years ago

bartjuh4 commented 9 years ago

Hi, I noticed that the ReportThrottler that is build in with the error handler is not configurable. Can you add the MAX_AGE_SECONDS constant to the config file? Thanks!

anlutro commented 9 years ago

Hey, thanks for the suggestion! This is now available in 2.4.10 - add this line to your config file to configure it.

bartjuh4 commented 9 years ago

Hey, Thanks for the quick reply and realization of my request! Keep up the good work!