Increase file size limit (#361)
This commit is contained in:
parent
d3b578fe8f
commit
02bf5ada89
@ -661,8 +661,8 @@ pub async fn upload_file(
|
|||||||
})?;
|
})?;
|
||||||
|
|
||||||
let data = read_from_field(
|
let data = read_from_field(
|
||||||
field, 100 * (1 << 20),
|
field, 500 * (1 << 20),
|
||||||
"Project file exceeds the maximum of 100MiB. Contact a moderator or admin to request permission to upload larger files."
|
"Project file exceeds the maximum of 500MiB. Contact a moderator or admin to request permission to upload larger files."
|
||||||
).await?;
|
).await?;
|
||||||
|
|
||||||
let hash = sha1::Sha1::from(&data).hexdigest();
|
let hash = sha1::Sha1::from(&data).hexdigest();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user