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