bigger changements
All checks were successful
build docker container automatically / build (push) Successful in 4m14s
All checks were successful
build docker container automatically / build (push) Successful in 4m14s
This commit is contained in:
@ -15,7 +15,7 @@ impl ServerConfig {
|
|||||||
db_url: std::env::var("HTTPSERVER_DATABASE_URL").expect("missing HTTPSERVER_DATABASE_URL"),
|
db_url: std::env::var("HTTPSERVER_DATABASE_URL").expect("missing HTTPSERVER_DATABASE_URL"),
|
||||||
|
|
||||||
upload_storage_limit_soft: 1024 * 1024 * 1024 * 200,
|
upload_storage_limit_soft: 1024 * 1024 * 1024 * 200,
|
||||||
upload_storage_limit_hard: 1024 * 1024 * 1024 * 300,
|
upload_storage_limit_hard: 1024 * 1024 * 1024 * 250,
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user