Skip to content

Commit 157bc8b

Browse files
Update docs/product/relay/options.mdx
1 parent 4fc5cff commit 157bc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/relay/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ human-readable strings of a number and a human-readable unit, such as:
8686
| limits.max_event_size | String | default: `1MiB` | The maximum payload size for events. |
8787
| limits.max_attachment_size | String | default: `100MiB` | The maximum attachment size. |
8888
| 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: `50MiB` | The maximum payload size for an entire envelope. Individual limits still apply. |
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)