Merge "init: Remove arbitrary delay in async persist writes." into main am: 1258dabac7 am: 4ba12afcd5 am: de52214f54
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2777581 Change-Id: I98e47ad943d7a85f978c7a483f2780803af4a39f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d5d429062b
1 changed files with 0 additions and 2 deletions
|
|
@ -1461,8 +1461,6 @@ void PersistWriteThread::Work() {
|
|||
work_.pop_front();
|
||||
}
|
||||
|
||||
std::this_thread::sleep_for(1s);
|
||||
|
||||
// Perform write/fsync outside the lock.
|
||||
WritePersistentProperty(std::get<0>(item), std::get<1>(item));
|
||||
NotifyPropertyChange(std::get<0>(item), std::get<1>(item));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue