Skip to content

Commit 797ffc2

Browse files
committed
wip
1 parent 5737c18 commit 797ffc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function boot(): void
3333
}
3434

3535
return $request->user()
36-
? Limit::perMinute(200)->by($request->user()->id)
36+
? Limit::perMinute(2000000)->by($request->user()->id) // Revert to 200
3737
: Limit::perMinute(60)->by($request->ip());
3838
});
3939

0 commit comments

Comments
 (0)