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 6cde62e commit 99c18a4Copy full SHA for 99c18a4
src/app.rs
@@ -152,7 +152,7 @@ impl DownloadMetrics {
152
}
153
154
155
-const SPEED_LIMIT: f64 = 1.5;
+const SPEED_LIMIT: f64 = 1.0;
156
const INTERNAL_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(1);
157
const NORMAL_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(60);
158
@@ -186,7 +186,7 @@ pub async fn main_work<'d>(
186
let mut metrics = DownloadMetrics::new();
187
let mut need_compute = true;
188
let mut start_audio = false;
189
- let mut speed = 1.5;
+ let mut speed = 0.5;
190
let mut vol = 3u8;
191
192
let mut hello_wav = Vec::with_capacity(1024 * 30);
0 commit comments