Update config migration test data for v0.36.x (#8727)

This is a trivial update, but also a convenient way to make sure the mergify settings are working.
This commit is contained in:
M. J. Fromberger
2022-06-08 13:34:14 -07:00
committed by GitHub
parent bb0737ee3c
commit 6983885835
2 changed files with 2 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
-M p2p.max-num-inbound-peers
-M p2p.max-num-outbound-peers
-M p2p.persistent-peers-max-dial-period
-M p2p.seeds
-M p2p.unconditional-peer-ids
-M p2p.use-legacy
+M rpc.event-log-max-items

View File

@@ -157,7 +157,7 @@ experimental-disable-websocket = false
# the latest (up to EventLogMaxItems) will be available for subscribers to
# fetch via the /events method. If 0 (the default) the event log and the
# /events RPC method are disabled.
event-log-window-size = "0s"
event-log-window-size = "30s"
# The maxiumum number of events that may be retained by the event log. If
# this value is 0, no upper limit is set. Otherwise, items in excess of
@@ -221,13 +221,6 @@ laddr = "tcp://0.0.0.0:26656"
# example: 159.89.10.97:26656
external-address = ""
# Comma separated list of seed nodes to connect to
# We only use these if we cant connect to peers in the addrbook
# NOTE: not used by the new PEX reactor. Please use BootstrapPeers instead.
# TODO: Remove once p2p refactor is complete
# ref: https:#github.com/tendermint/tendermint/issues/5670
seeds = ""
# Comma separated list of peers to be added to the peer store
# on startup. Either BootstrapPeers or PersistentPeers are
# needed for peer discovery