mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-23 01:00:31 +00:00
config: remove obsolete mempool v1 warning (#8987)
This commit is contained in:
@@ -345,9 +345,6 @@ dial_timeout = "{{ .P2P.DialTimeout }}"
|
||||
# Mempool version to use:
|
||||
# 1) "v0" - (default) FIFO mempool.
|
||||
# 2) "v1" - prioritized mempool.
|
||||
# WARNING: There's a known memory leak with the prioritized mempool
|
||||
# that the team are working on. Read more here:
|
||||
# https://github.com/tendermint/tendermint/issues/8775
|
||||
version = "{{ .Mempool.Version }}"
|
||||
|
||||
recheck = {{ .Mempool.Recheck }}
|
||||
|
||||
Reference in New Issue
Block a user