Skip to content

Commit 544d054

Browse files
committed
Update default limit
1 parent 54a29e4 commit 544d054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/exception-notify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'rate_limiter' => [
6969
// Config.
7070
'config' => [
71-
'limit' => (int) env('EXCEPTION_NOTIFY_LIMIT', 1),
71+
'limit' => (int) env('EXCEPTION_NOTIFY_LIMIT', config('app.debug') ? 20 : 1),
7272
'rate' => [
7373
// https://www.php.net/manual/en/datetime.formats.php
7474
'interval' => env('EXCEPTION_NOTIFY_INTERVAL', '1 minutes'),

0 commit comments

Comments
 (0)