Skip to content

Commit 9629131

Browse files
authored
Increase max payload size to 10MB (#198)
1 parent 79519b9 commit 9629131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use s3::S3;
6060
use storage::{ObjectStorage, StorageDir};
6161

6262
// Global configurations
63-
const MAX_EVENT_PAYLOAD_SIZE: usize = 102400;
63+
const MAX_EVENT_PAYLOAD_SIZE: usize = 1024000;
6464
const API_BASE_PATH: &str = "/api";
6565
const API_VERSION: &str = "v1";
6666

0 commit comments

Comments
 (0)