Skip to content

Commit e364944

Browse files
committed
chore: CR feedback
1 parent bbb5cc5 commit e364944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apify-api/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ info:
372372
<tr>
373373
<td><code>429</code></td>
374374
<td><code>rate-limit-exceeded</code></td>
375-
<td>You have exceeded the rate limit of 30 requests per second</td>
375+
<td>You have exceeded the rate limit of ... requests per second</td>
376376
</tr>
377377
<tr>
378378
<td><code>405</code></td>

sources/platform/storage/dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To add data to a dataset, issue a POST request to the [Put items](/api/v2/datase
9393
https://api.apify.com/v2/datasets/{DATASET_ID}/items
9494
```
9595

96-
> API data push to a dataset is capped at _200 requests per second_ to avoid overloading our servers.
96+
> API data push to a dataset is capped at _400 requests per second_ to avoid overloading our servers.
9797
9898
Example payload:
9999

0 commit comments

Comments
 (0)