We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64b42a commit 8cd42a0Copy full SHA for 8cd42a0
src/updater.rs
@@ -7,7 +7,7 @@ use axum::extract::ws::{Message, WebSocket};
7
use std::path::PathBuf;
8
use tracing::{debug, error, info};
9
10
-const UPDATE_CHUNK_SIZE: usize = 1024 * 2;
+const UPDATE_CHUNK_SIZE: usize = 1024 * 4;
11
12
#[derive(Debug)]
13
pub struct Firmware {
0 commit comments