From 034ad4fcab798fb746823cd75d1e55535327a0c5 Mon Sep 17 00:00:00 2001 From: Aigars Mahinovs Date: Thu, 17 Jan 2019 17:10:33 +0100 Subject: Make dlt-convert more responsive when watching a file --- src/console/dlt-convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console/dlt-convert.c b/src/console/dlt-convert.c index 8c71684..e709200 100644 --- a/src/console/dlt-convert.c +++ b/src/console/dlt-convert.c @@ -343,7 +343,7 @@ int main(int argc, char *argv[]) if (end == (file.counter - 1)) { /* Sleep if no new message was received */ - sleep(1); + sleep(0.1); } else { /* set new end of log file and continue reading */ -- cgit v1.2.1