Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1258daba authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: Remove arbitrary delay in async persist writes." into main

parents a7dd7767 d8a9a0c8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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));