make 10 requests

This commit is contained in:
Damodar Lohani 2024-12-04 05:59:03 +00:00
parent e7943e8490
commit cb1aff42c5

View file

@ -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,