diff --git a/src/config.rs b/src/config.rs index f33f821..9186a02 100644 --- a/src/config.rs +++ b/src/config.rs @@ -15,7 +15,7 @@ impl ServerConfig { db_url: std::env::var("HTTPSERVER_DATABASE_URL").expect("missing HTTPSERVER_DATABASE_URL"), upload_storage_limit_soft: 1024 * 1024 * 1024 * 200, - upload_storage_limit_hard: 1024 * 1024 * 1024 * 300, + upload_storage_limit_hard: 1024 * 1024 * 1024 * 250, } }