Skip to content

Commit a8392d1

Browse files
committed
updated ordering
1 parent ff67c0e commit a8392d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/pipelines/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Get started
33
pcx_content_type: get-started
44
sidebar:
5-
order: 2
5+
order: 1
66
head:
77
- tag: title
88
content: Get started

src/content/docs/pipelines/reference/limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Many of these limits will increase during Pipelines' public beta period. [Follow
2525
## Performance charecteristics
2626
Pipelines are performant up to the following limits:
2727
- 20,000 requests per second
28-
- 20 MB / s.
28+
- 20 MB / s
2929

3030
Consistently exceeding these limits will result may result in requests being rejected by your Pipeline, with a status code of 429, indicating that your Pipeline is unable to keep up with the volume.
3131

32-
These performance limits apply simultaneously. For example, if you are sending 100 byte records, you can safely make up to 20,000 requests per second. However, if you are sending 1 MB records, you will only be able to make 20 requests per second.
32+
These performance limits apply simultaneously. For example, if you are sending 100 byte records, you can safely make up to 20,000 requests per second. However, if you are sending 1 MB records, you will only be able to make 20 requests per second, before you see degraded performance.

0 commit comments

Comments
 (0)