We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a42f26 commit 6f9808aCopy full SHA for 6f9808a
1 file changed
config/loops.php
@@ -13,7 +13,7 @@
13
'reports' => [
14
'rate_limits' => [
15
'admin_exempt' => env('LOOPS_REPORT_ADMIN_EX_LIMIT', true),
16
- 'daily' => env('LOOPS_REPORT_DAILY_LIMIT', 5),
+ 'daily' => env('LOOPS_REPORT_DAILY_LIMIT', 15),
17
'monthly' => env('LOOPS_REPORT_MONTHLY_LIMIT', 200),
18
],
19
0 commit comments