From cc3971e3b1b7a44faa376a7b944a3164d889926d Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 17 Feb 2022 03:10:56 +0000 Subject: [PATCH] [*] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 22236b81..b75736fc 100644 --- a/readme.md +++ b/readme.md @@ -82,8 +82,8 @@ to logger subsystem sinks. Sinks are user implementable interfaces that can be e or asynchronous. Loggers are defined as an internal object the takes logger messages and dumps them to the relevant subscriber. -Flushing occurs at a fix rate on a low prio secondary thread, zero configuration required; and -the resources spent on the thread is shared with the telemetry and debug subsystems to reduce +Flushing occurs at a fixed rate on a low prio secondary thread without any configuration requirement. +The resources spent on the thread is shared with the telemetry and debug subsystems to reduce the thread overhead of the runtime. Flushes also occur during panic events and other relevant problematic points.