upload limit

This commit is contained in:
2025-10-29 22:49:48 +01:00
parent dfa2c1c0e2
commit eb3eae3fac
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -143,6 +143,7 @@ impl TestApp {
quickwit_endpoint: None,
quickwit_index: None,
worker_max_document_bytes: 200 * 1024 * 1024,
upload_body_limit_bytes: 128 * 1024 * 1024,
webauthn_rp_id: Some("localhost".to_string()),
webauthn_origin: Some("http://localhost".to_string()),
webauthn_rp_name: "Papercrate".to_string(),