chore: add iavl-lazy-loading in standalone confix (#14876)
This commit is contained in:
parent
6b256ce7c0
commit
eb86b68cae
@ -67,6 +67,10 @@ iavl-cache-size = 781250
|
||||
# Default is false.
|
||||
iavl-disable-fastnode = false
|
||||
|
||||
# IAVLLazyLoading enable/disable the lazy loading of iavl store.
|
||||
# Default is false.
|
||||
iavl-lazy-loading = false
|
||||
|
||||
# AppDBBackend defines the database backend type to use for the application and snapshots DBs.
|
||||
# An empty string indicates that a fallback will be used.
|
||||
# First fallback is the deprecated compile-time types.DBBackend value.
|
||||
|
||||
@ -67,6 +67,10 @@ iavl-cache-size = 781250
|
||||
# Default is false.
|
||||
iavl-disable-fastnode = false
|
||||
|
||||
# IAVLLazyLoading enable/disable the lazy loading of iavl store.
|
||||
# Default is false.
|
||||
iavl-lazy-loading = false
|
||||
|
||||
# AppDBBackend defines the database backend type to use for the application and snapshots DBs.
|
||||
# An empty string indicates that a fallback will be used.
|
||||
# First fallback is the deprecated compile-time types.DBBackend value.
|
||||
|
||||
@ -67,6 +67,10 @@ iavl-cache-size = 781250
|
||||
# Default is false.
|
||||
iavl-disable-fastnode = false
|
||||
|
||||
# IAVLLazyLoading enable/disable the lazy loading of iavl store.
|
||||
# Default is false.
|
||||
iavl-lazy-loading = false
|
||||
|
||||
# AppDBBackend defines the database backend type to use for the application and snapshots DBs.
|
||||
# An empty string indicates that a fallback will be used.
|
||||
# First fallback is the deprecated compile-time types.DBBackend value.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user