1
0
mirror of https://github.com/talwat/lowfi synced 2025-04-30 14:33:32 +00:00

chore: increase timeout

This commit is contained in:
talwat 2024-09-28 02:01:54 +02:00
parent f38e1a8a76
commit 67625e9ae3

@ -36,7 +36,7 @@ pub enum Messages {
Pause,
}
const TIMEOUT: Duration = Duration::from_secs(3);
const TIMEOUT: Duration = Duration::from_secs(8);
/// The amount of songs to buffer up.
const BUFFER_SIZE: usize = 5;