chore: add iavl-lazy-loading in standalone confix (#14876)

This commit is contained in:
Julien Robert
2023-02-02 11:35:18 +01:00
committed by GitHub
parent 6b256ce7c0
commit eb86b68cae
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -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.
+4
View File
@@ -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.
+4
View File
@@ -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.