From f9c0bb85642fe28927076ffb78ed5b5ab18e2956 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Wed, 13 May 2020 20:09:28 +0900 Subject: [PATCH] Apply lazy_polling_sleep_ms=100 Change-Id: Ie2ce6ab2aae3b777306d19c9edac860a607e30ab Signed-off-by: Hyotaek Shim --- configs/25-logger.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/25-logger.conf b/configs/25-logger.conf index deb2508..e2fb556 100644 --- a/configs/25-logger.conf +++ b/configs/25-logger.conf @@ -36,4 +36,4 @@ logger_dev_throttling=100 # for waking up, but can result in log loss under heavy load. Use -1 as the # total time to keep the daemon in the lazy mode permanently. Defaults to 0. lazy_polling_total_ms=-1 -lazy_polling_sleep_ms=1000 +lazy_polling_sleep_ms=100 -- 2.7.4