Grammar

Paul Spencer 2021-11-30 08:17:06 -07:00
parent ddcad7c730
commit b16b9f4322

2
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).