From 0a3252179a505d323b6ccecf3f606e5cf119ef5d Mon Sep 17 00:00:00 2001 From: only1question Date: Tue, 26 Oct 2021 12:24:39 +0300 Subject: [PATCH] Update public_access.md Updated settings for the number of RPC command processing threads and message queue size --- doc/public_access.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/public_access.md b/doc/public_access.md index a3ed1994f..e15fb1ca4 100644 --- a/doc/public_access.md +++ b/doc/public_access.md @@ -48,11 +48,11 @@ wsport=8087 # Settings for the number of RPC command processing threads and message queue size - rpcthreads=1 - rpcworkqueue=1 - rpcpostthreads=3 + rpcthreads=2 + rpcworkqueue=5 + rpcpostthreads=5 rpcpostworkqueue=100 - rpcpublicthreads=5 + rpcpublicthreads=10 rpcpublicworkqueue=100 # ! These opens access to the node management interface from external network