You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: sync PHP client with Apify OpenAPI spec v2-2026-07-07T132551Z
- Bump API_SPEC_VERSION to v2-2026-07-07T132551Z and CLIENT_VERSION to 0.1.1.
- Correct LastRunOptions origin doc comment: origin is now a spec-declared
query parameter on the last-run endpoints.
- Documentation improvements (StreamInterface/exception/transport notes,
PSR-18 usage, runs.md list() defaults, config units).
Copy file name to clipboardExpand all lines: README.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ $configured = new ApifyClient(
64
64
|`publicBaseUrl`|`baseUrl`| Base URL used when building public, shareable resource URLs. |
65
65
|`maxRetries`|`8`| Maximum retries for failed requests. |
66
66
|`minDelayBetweenRetriesMillis`|`500`| Minimum delay between retries (exponential backoff). |
67
-
|`maxDelayBetweenRetriesMillis`|request timeout | Upper bound on the growing inter-retry delay. |
67
+
|`maxDelayBetweenRetriesMillis`|`timeoutSecs × 1000` (360000) | Upper bound (milliseconds) on the growing inter-retry delay; defaults to the request timeout expressed in milliseconds. |
0 commit comments