reduce wait time
This commit is contained in:
parent
8c26fb4829
commit
5a999fac54
@ -122,7 +122,7 @@ void Writer::run() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
while (buffer->bufferLoad() < 1 && !stop_request) {
|
while (buffer->bufferLoad() < 1 && !stop_request) {
|
||||||
msleep(10);
|
msleep(5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user