Skip to content

Commit c72fc52

Browse files
updating the rate limits for the archive node to 5 RPS from 1 RPS (#1207)
1 parent f2f0545 commit c72fc52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/content/nodes/archive-api-rate-limits.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ Also, all the gRPC endpoints listed below start with `flow.access.AccessAPI` due
1515

1616
| gRPC API | Total request per second per client IP |
1717
|:-----------------------------------------------------|:---------------------------------------------:|
18-
| flow.access.AccessAPI/GetAccountAtBlockHeight | 1 |
19-
| flow.access.AccessAPI/ExecuteScriptAtBlockID | 1 |
20-
| flow.access.AccessAPI/ExecuteScriptAtBlockHeight | 1 |
18+
| flow.access.AccessAPI/GetAccountAtBlockHeight | 5 |
19+
| flow.access.AccessAPI/ExecuteScriptAtBlockID | 5 |
20+
| flow.access.AccessAPI/ExecuteScriptAtBlockHeight | 5 |
2121

2222

2323
##### Testnet and Sandboxnet
2424

2525
| gRPC API | Total request per second per IP |
2626
|:-----------------------------------------------------|:---------------------------------------------:|
27-
| flow.access.AccessAPI/GetAccountAtLatestBlock | 1 |
28-
| flow.access.AccessAPI/ExecuteScriptAtBlockID | 1 |
29-
| flow.access.AccessAPI/ExecuteScriptAtBlockHeight | 1 |
27+
| flow.access.AccessAPI/GetAccountAtLatestBlock | 5 |
28+
| flow.access.AccessAPI/ExecuteScriptAtBlockID | 5 |
29+
| flow.access.AccessAPI/ExecuteScriptAtBlockHeight | 5 |
3030

3131

3232

0 commit comments

Comments
 (0)