Skip to content

Commit 754fbb8

Browse files
committed
Try 30MiB
1 parent f5213f8 commit 754fbb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zombienet/bulletin-westend-local.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ p2p_port = 10001
4343
rpc_port = 10000
4444
args = [
4545
"--ipfs-server",
46-
# Increased tx pool from 20->40 MiB
47-
"--pool-kbytes 40960",
46+
# Increased tx pool from 20->30 MiB
47+
"--pool-kbytes 30720",
4848
"-lparachain=debug,runtime=trace,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",
@@ -59,8 +59,8 @@ p2p_port = 12347
5959
rpc_port = 12346
6060
args = [
6161
"--ipfs-server",
62-
# Increased tx pool from 20->40 MiB
63-
"--pool-kbytes 40960",
62+
# Increased tx pool from 20->30 MiB
63+
"--pool-kbytes 30720",
6464
"-lparachain=debug,runtime=trace,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",

0 commit comments

Comments
 (0)