author | Jordan Doyle <jordan@doyle.wf> | 2016-06-23 13:26:37.0 +01:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.wf> | 2016-06-23 13:26:37.0 +01:00:00 |
commit | cb1450e787d8a19d03f4b44083bc9c1d45ad549f [patch] |
|
tree | 604b3320b62bd3f68073990545cf32cb4a21e185 |
|
parent | 9c6fdd1a3c44dafb77c33af4f9132c710b312a1c |
|
download | cb1450e787d8a19d03f4b44083bc9c1d45ad549f.tar.gz |
Increase rate limit
Diff
app/Http/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index a708c17..ed2df61 100644 --- a/app/Http/Kernel.php +++ a/app/Http/Kernel.php @@ -33,7 +33,7 @@ ], 'api' => [ 'throttle:60,1' 'throttle:120,1' ], ];