From b16b9f4322b05fc4aa1990d94ff7728005299b53 Mon Sep 17 00:00:00 2001 From: Paul Spencer <32964672+pwablito@users.noreply.github.com> Date: Tue, 30 Nov 2021 08:17:06 -0700 Subject: [PATCH] Grammar --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e2bba75..dd6bb07 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,7 +2,7 @@ ### Performance #### JVM startup -Every invocation of `signal-cli ...` starts a Java Virtual Machine instance. This can take anywhere from a second to many time over that, depending on the system. +Every invocation of `signal-cli ...` starts a Java Virtual Machine instance. This can take anywhere from a second to a long time, depending on the system. To avoid it, signal-cli can be started as a daemon, with subsequent commands sent to it through DBus. See [using `dbus-send`](https://github.com/AsamK/signal-cli/wiki/DBus-service#user-content-send-using-dbus-send).