Skip to content

Commit 4fc5cff

Browse files
Update options.mdx
1 parent d6377c7 commit 4fc5cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/product/relay/options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ human-readable strings of a number and a human-readable unit, such as:
8484
| limits.max_concurrent_requests | Integer | default: `100` | The maximum number of concurrent connections upstream. If supported by the upstream, Relay supports connection keep-alive. |
8585
| limits.max_concurrent_queries | Integer | default: `5` | The maximum number of queries that can be sent concurrently from Relay upstream before Relay starts buffering requests. Queries are all requests made upstream for obtaining information and explicitly exclude event submission. The concurrency of queries is additionally constrained by `max_concurrent_requests`. |
8686
| limits.max_event_size | String | default: `1MiB` | The maximum payload size for events. |
87-
| limits.max_attachment_size | String | default: `50MiB` | The maximum attachment size. |
88-
| limits.max_attachments_size | String | default: `50MiB` | The maximum combined size for all attachments in an envelope or request. |
87+
| limits.max_attachment_size | String | default: `100MiB` | The maximum attachment size. |
88+
| limits.max_attachments_size | String | default: `100MiB` | The maximum combined size for all attachments in an envelope or request. |
8989
| limits.max_envelope_size | String | default: `50MiB` | The maximum payload size for an entire envelope. Individual limits still apply. |
9090
| limits.max_session_count | Integer | default: `100` | The maximum number of session items per envelope. |
9191
| limits.max_api_payload_size | String | default: `20MiB` | The maximum payload size for general API requests. |

0 commit comments

Comments
 (0)