mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 16:19:09 +02:00
remove unused function
This commit is contained in:
parent
ba2e40909e
commit
cdc5dd2bac
3 changed files with 10 additions and 13 deletions
|
@ -258,10 +258,10 @@ int main(int argc, char* argv[])
|
|||
settings.stream.streamReadMs = 10;
|
||||
}
|
||||
|
||||
if (settings.stream.bufferMs < 100)
|
||||
if (settings.stream.bufferMs < 400)
|
||||
{
|
||||
LOG(WARNING) << "Buffer is less than 100ms, changing to 100ms\n";
|
||||
settings.stream.bufferMs = 100;
|
||||
LOG(WARNING) << "Buffer is less than 400ms, changing to 400ms\n";
|
||||
settings.stream.bufferMs = 400;
|
||||
}
|
||||
|
||||
boost::asio::io_context io_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue