reduce wait time

This commit is contained in:
Jan Grewe 2024-03-11 15:52:22 +01:00
parent 8c26fb4829
commit 5a999fac54

View File

@ -122,7 +122,7 @@ void Writer::run() {
}
} else {
while (buffer->bufferLoad() < 1 && !stop_request) {
msleep(10);
msleep(5);
}
}
}