From b251a0599b18df412d715547644d3e8299544dc9 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 4 Feb 2018 14:21:27 +0100 Subject: [PATCH] upd: 'README.md' -> added 'trigger-wait' read delay (0.5s) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d7fa29..5226940 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ trigger-wait $key $port - `$key` is a secret string that the sender will have to match. - `$port` is the local listening port (between 1024 and 49151). +*Note:* The reading delay is set to 0.5 seconds not to overuse the processor. + *Exemple:* Let's say you want to wait for a signal on port 9999 then launch some command (for example `read input1`).