1
0

Reduced bufferSize because 16KiB is more than enough for a max of 10 songs.

This commit is contained in:
Alexander Andreev 2023-03-12 02:16:55 +04:00
parent 38f995302d
commit 47e3ff37ba
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -18,7 +18,7 @@ const (
IcecastPlaylistDateFormat = "02/Jan/2006:15:04:05 -0700"
SongTimeFormat = "2006 15:04-0700"
bufferSize = 32768
bufferSize = 16384
)
var (