We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70566f6 commit 5478765Copy full SHA for 5478765
server/src/main.rs
@@ -55,7 +55,7 @@ mod validator;
55
use option::CONFIG;
56
57
// Global configurations
58
-const MAX_EVENT_PAYLOAD_SIZE: usize = 1024000;
+const MAX_EVENT_PAYLOAD_SIZE: usize = 10240000;
59
const API_BASE_PATH: &str = "/api";
60
const API_VERSION: &str = "v1";
61
0 commit comments