From dc05b1b5711f971a1faa429d5b3eaf8982aa50ee Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 14 Jul 2024 10:42:37 +0200 Subject: [PATCH] test if config gets applied --- bsc/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc/config/config.toml b/bsc/config/config.toml index 02118232..b0e986be 100644 --- a/bsc/config/config.toml +++ b/bsc/config/config.toml @@ -37,7 +37,7 @@ WSPort = 8545 WSModules = ["net", "web3", "eth"] [Node.P2P] -MaxPeers = 200 +MaxPeers = 222 NoDiscovery = false StaticNodes = [] ListenAddr = ":29061"