forked from rojo-rbx/rojo
Fix max body size typo
This commit is contained in:
@@ -11,7 +11,7 @@ use vfs::{Vfs, VfsChange};
|
|||||||
use rbx::RbxItem;
|
use rbx::RbxItem;
|
||||||
use plugin::PluginChain;
|
use plugin::PluginChain;
|
||||||
|
|
||||||
static MAX_BODY_SIZE: usize = 25 * 1024 * 1025; // 25 MiB
|
static MAX_BODY_SIZE: usize = 25 * 1024 * 1024; // 25 MiB
|
||||||
|
|
||||||
#[derive(Debug, Serialize)]
|
#[derive(Debug, Serialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
|
|||||||
Reference in New Issue
Block a user