mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
make 10 requests
This commit is contained in:
parent
e7943e8490
commit
cb1aff42c5
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ trait ProjectsDevKeys
|
|||
|
||||
$devKey = $response['body']['secret'];
|
||||
|
||||
for ($i = 0; $i < 11; $i++) {
|
||||
for ($i = 0; $i < 10; $i++) {
|
||||
$res = $this->client->call(Client::METHOD_POST, '/account/sessions/email', [
|
||||
'content-type' => 'application/json',
|
||||
'x-appwrite-project' => $id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue