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
Copy file name to clipboardExpand all lines: docs/product/relay/options.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ human-readable strings of a number and a human-readable unit, such as:
84
84
| limits.max_concurrent_requests | Integer | default: `100`| The maximum number of concurrent connections upstream. If supported by the upstream, Relay supports connection keep-alive. |
85
85
| 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`. |
86
86
| 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. |
89
-
| limits.max_envelope_size | String | default: `50MiB`| The maximum payload size for an entire envelope. Individual limits still apply. |
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. |
89
+
| limits.max_envelope_size | String | default: `100MiB`| The maximum payload size for an entire envelope. Individual limits still apply. |
90
90
| limits.max_session_count | Integer | default: `100`| The maximum number of session items per envelope. |
91
91
| limits.max_api_payload_size | String | default: `20MiB`| The maximum payload size for general API requests. |
92
92
| limits.max_api_file_upload_size | String | default: `40MiB`| The maximum payload size for file uploads and chunks. |
0 commit comments