From e43d9fe72a58c87f090e929ca0e083c653247dc8 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Mon, 13 Jun 2022 10:20:32 +0200 Subject: [PATCH] docs: minor clarification --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e9907a..5d24770 100644 --- a/README.md +++ b/README.md @@ -690,9 +690,9 @@ workarounds that often rely on the plugin's implementation details. This exposes higher risk of breakage when updating plugins. Deferred initialization can reduce only *first cmd lag*. If done properly, it has no effect on -other latencies. Given that there are many configs to choose from that are below the threshold on -*first cmd lag*, deferred initialization doesn't solve any real problems while adding quite a few of -its own. +other latencies. Given that there are many configs to choose from that are below the perception +threshold on *first cmd lag*, deferred initialization doesn't solve any real problems while adding +quite a few of its own. So much for deferred initialization. Cannot recommend.