mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-27 17:44:04 +00:00
Add warning in source code.
This commit is contained in:
parent
224ec0a04e
commit
395d29ad47
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use futures::sync::mpsc::unbounded;
|
|||
use std::sync::atomic;
|
||||
use std::sync::atomic::AtomicUsize;
|
||||
|
||||
const MINIMUM_CHUNK_SIZE: usize = 1024 * 16;
|
||||
const MINIMUM_CHUNK_SIZE: usize = 1024 * 16; // This number MUST be divisible by 4.
|
||||
const MAXIMUM_CHUNK_SIZE: usize = 1024 * 128;
|
||||
const MAXIMUM_ASSUMED_PING_TIME_SECONDS: u64 = 5;
|
||||
|
||||
|
|
Loading…
Reference in a new issue