From 7cb32aba1902b3ae96bccd3824f37bb67e03d6b1 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 2 Oct 2020 14:16:09 -0400 Subject: [PATCH] i2cp.singlethread --- docs/user-guide/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 30b9fe6..b32d9fa 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -159,6 +159,7 @@ Option | Description i2cp.address | The address to listen on or an abstract address for Android LocalSocket i2cp.port | Port of I2CP server. Usually 7654. Ignored for Andorid i2cp.enabled | If I2CP is enabled. false by default. Other services don't require I2CP +i2cp.singlethread | If false every I2CP session runs in own thread. true by default ### I2PControl interface