Skip to content

Commit 7941d15

Browse files
committed
Why this is doing difference for Kubo?
1 parent 638d63b commit 7941d15

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=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",
@@ -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=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)