We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28ca39 commit a282390Copy full SHA for a282390
templates/php/api.mustache
@@ -660,7 +660,7 @@ use Algolia\AlgoliaSearch\Exceptions\NotFoundException;
660
$this->waitForTask($indexName, $response['taskID']);
661
$retry = 0;
662
663
- while ($retry < $50) {
+ while ($retry < 50) {
664
try {
665
$resp = $this->ingestionTransporter->getEvent($response->runID, $response->eventID);
666
0 commit comments