Skip to content

Commit 5364c5f

Browse files
committed
Change pool
1 parent c31d1d2 commit 5364c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zombienet/bulletin-westend-local.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rpc_port = 10000
4444
args = [
4545
"--ipfs-server",
4646
# Increased tx pool from 20->30 MiB
47-
# "--pool-kbytes 30720",
47+
"--pool-kbytes 30720",
4848
"-lparachain=info,runtime=debug,xcm=trace,sub-libp2p::bitswap=trace,runtime::transaction-storage=trace",
4949
# WebSocket P2P on p2p_port + 1 for smoldot light client support
5050
"--listen-addr=/ip4/0.0.0.0/tcp/10001",
@@ -60,7 +60,7 @@ rpc_port = 12346
6060
args = [
6161
"--ipfs-server",
6262
# Increased tx pool from 20->30 MiB
63-
# "--pool-kbytes 30720",
63+
"--pool-kbytes 30720",
6464
"-lparachain=info,runtime=debug,xcm=trace,bitswap=trace,sub-libp2p::bitswap=trace,runtime::transaction-storage=trace",
6565
# WebSocket P2P on p2p_port + 1 for smoldot light client support
6666
"--listen-addr=/ip4/0.0.0.0/tcp/12347",

0 commit comments

Comments
 (0)