From 7b4322aa60bb1ca37f26fff89e194320c2827b96 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Jan 2020 17:00:22 +0100 Subject: [PATCH] Add notes on this new feature --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c96a707..31c5e24 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ After installing etherpump on the Varia server, we collectively decided to not w Change log / notes ================== +** January 2020** + +Added experimental [Trio](trio.readthedocs.io) support for the `pull` command +which enables pads to be processed concurrently. The default `--connection` +option is set to 20 which may overpower the target server. If in doubt, set +this to a lower number (like 5). This functionality is experimental, be +cautious and please report bugs! + **October 2019** Improve `etherpump --help` handling to make it easier for new users.