Merge pull request #136 from MouseZhangZh/0130-dev

[FIX] Spelling mistake.
This commit is contained in:
iaom 2021-02-06 17:28:40 +08:00 committed by GitHub
commit 12e78e03f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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");
}