mirror of
https://github.com/talwat/lowfi
synced 2025-01-14 12:21:28 +00:00
chore: increase timeout
This commit is contained in:
parent
f38e1a8a76
commit
67625e9ae3
@ -36,7 +36,7 @@ pub enum Messages {
|
|||||||
Pause,
|
Pause,
|
||||||
}
|
}
|
||||||
|
|
||||||
const TIMEOUT: Duration = Duration::from_secs(3);
|
const TIMEOUT: Duration = Duration::from_secs(8);
|
||||||
|
|
||||||
/// The amount of songs to buffer up.
|
/// The amount of songs to buffer up.
|
||||||
const BUFFER_SIZE: usize = 5;
|
const BUFFER_SIZE: usize = 5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user