diff --git a/libsearch/index/ukui-search-qdbus.cpp b/libsearch/index/ukui-search-qdbus.cpp index 11420cb..324c51e 100644 --- a/libsearch/index/ukui-search-qdbus.cpp +++ b/libsearch/index/ukui-search-qdbus.cpp @@ -40,9 +40,9 @@ UkuiSearchQDBus::~UkuiSearchQDBus(){ void UkuiSearchQDBus::setInotifyMaxUserWatches() { // /proc/sys/fs/inotify/max_user_watches - this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep1"); + this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep1"); // sysctl - this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep2"); + this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep2"); // /etc/sysctl.conf - this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep3"); + this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep3"); }