Skip to content

Commit 6f9808a

Browse files
committed
Update loops.php
1 parent 5a42f26 commit 6f9808a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/loops.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'reports' => [
1414
'rate_limits' => [
1515
'admin_exempt' => env('LOOPS_REPORT_ADMIN_EX_LIMIT', true),
16-
'daily' => env('LOOPS_REPORT_DAILY_LIMIT', 5),
16+
'daily' => env('LOOPS_REPORT_DAILY_LIMIT', 15),
1717
'monthly' => env('LOOPS_REPORT_MONTHLY_LIMIT', 200),
1818
],
1919
],

0 commit comments

Comments
 (0)