Reduced bufferSize because 16KiB is more than enough for a max of 10 songs.
This commit is contained in:
parent
38f995302d
commit
47e3ff37ba
@ -18,7 +18,7 @@ const (
|
|||||||
IcecastPlaylistDateFormat = "02/Jan/2006:15:04:05 -0700"
|
IcecastPlaylistDateFormat = "02/Jan/2006:15:04:05 -0700"
|
||||||
SongTimeFormat = "2006 15:04-0700"
|
SongTimeFormat = "2006 15:04-0700"
|
||||||
|
|
||||||
bufferSize = 32768
|
bufferSize = 16384
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user