Fixed clippy, updated dependencies
Some checks failed
Build Project / test (push) Failing after 9m3s
Some checks failed
Build Project / test (push) Failing after 9m3s
This commit is contained in:
@@ -42,7 +42,7 @@ async fn main() -> std::io::Result<()> {
|
||||
firmwares_path: PathBuf::from(firmware_path.clone()),
|
||||
hostname: external_url.clone(),
|
||||
}))
|
||||
.app_data(web::PayloadConfig::new(1 * 1024 * 1024 * 1024)) //1GB
|
||||
.app_data(web::PayloadConfig::new(2 * 1024 * 1024 * 1024)) //1GB
|
||||
.service(device_telemetry_api::receive_telemetry)
|
||||
.service(device_telemetry_api::get_telemetry)
|
||||
.service(device_telemetry_api::receive_value)
|
||||
|
||||
Reference in New Issue
Block a user