Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use s3::S3;
use storage::{ObjectStorage, StorageDir};

// Global configurations
const MAX_EVENT_PAYLOAD_SIZE: usize = 102400;
const MAX_EVENT_PAYLOAD_SIZE: usize = 1024000;
const API_BASE_PATH: &str = "/api";
const API_VERSION: &str = "v1";

Expand Down