Remove API throttle.

This commit is contained in:
James Cole 2019-10-13 11:50:17 +02:00
parent 4ad601f29d
commit 05a5782d5d
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -182,7 +182,7 @@ class Kernel extends HttpKernel
'apiX' => [
'auth:api',
'throttle:60,1',
//'throttle:60,1',
'bindings',
],
];