Add dynamic api throthling

This commit is contained in:
DariusIII
2018-06-04 15:06:52 +02:00
parent c006070a01
commit 3922584879
11 changed files with 33 additions and 3 deletions
@@ -92,6 +92,7 @@ class UserController extends BasePageController
'password' => '',
'role' => User::ROLE_USER,
'notes' => '',
'rate_limit' => 60,
];
$title = 'View User';