From e47a26de91025ec4e644f069afc8c9b21287d775 Mon Sep 17 00:00:00 2001 From: qvqc Date: Thu, 29 Sep 2022 14:35:24 -0400 Subject: [PATCH] drop tx-proxy until next release --- roles/wownerod/templates/wownerod.conf.j2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/roles/wownerod/templates/wownerod.conf.j2 b/roles/wownerod/templates/wownerod.conf.j2 index 22d8d2e..c36c547 100644 --- a/roles/wownerod/templates/wownerod.conf.j2 +++ b/roles/wownerod/templates/wownerod.conf.j2 @@ -13,5 +13,9 @@ rpc-bind-ipv6-address=::0 rpc-bind-port={{ wownerod_rpc_port }} rpc-use-ipv6=1 rpc-ssl=autodetect -tx-proxy=tor,127.0.0.1:9050,23 -tx-proxy=i2p,127.0.0.1:4447,23 \ No newline at end of file +disable-rpc-ban=1 +db-sync-mode=safe +out-peers=64 +in-peers=64 +limit-rate-up=1048576 +limit-rate-down=1048576 \ No newline at end of file