Skip to content

Commit 7b51a8f

Browse files
fix(relay): Update attachment default size values (#13988)
1 parent 8675a52 commit 7b51a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/relay/options.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ 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. |
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. |
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. |
9292
| limits.max_api_file_upload_size | String | default: `40MiB` | The maximum payload size for file uploads and chunks. |

0 commit comments

Comments
 (0)