Change the watcher limits to default=loose

This commit is contained in:
Teddy Reed 2015-11-02 00:44:33 -08:00
parent 5233d7dcf8
commit 425e5e5596

View File

@ -50,7 +50,7 @@ const std::string kExtensionExtension = ".ext";
CLI_FLAG(int32, CLI_FLAG(int32,
watchdog_level, watchdog_level,
1, 0,
"Performance limit level (0=loose, 1=normal, 2=restrictive, 3=debug)"); "Performance limit level (0=loose, 1=normal, 2=restrictive, 3=debug)");
CLI_FLAG(bool, disable_watchdog, false, "Disable userland watchdog process"); CLI_FLAG(bool, disable_watchdog, false, "Disable userland watchdog process");