We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a29e4 commit 544d054Copy full SHA for 544d054
config/exception-notify.php
@@ -68,7 +68,7 @@
68
'rate_limiter' => [
69
// Config.
70
'config' => [
71
- 'limit' => (int) env('EXCEPTION_NOTIFY_LIMIT', 1),
+ 'limit' => (int) env('EXCEPTION_NOTIFY_LIMIT', config('app.debug') ? 20 : 1),
72
'rate' => [
73
// https://www.php.net/manual/en/datetime.formats.php
74
'interval' => env('EXCEPTION_NOTIFY_INTERVAL', '1 minutes'),
0 commit comments