diff --git a/src/main.rs b/src/main.rs index b97833b297..ec6196f59e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -78,7 +78,7 @@ async fn write(req: Request, app: Arc) -> Result MAX_SIZE { return Err(ApplicationError::new( StatusCode::BAD_REQUEST, - "Body exceeds limit", + "Body exceeds limit of 1MB", )); } body.extend_from_slice(&chunk);