diff --git a/init/property_service.cpp b/init/property_service.cpp index a1b0b8ed5..18a7672f1 100644 --- a/init/property_service.cpp +++ b/init/property_service.cpp @@ -1470,8 +1470,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));