refactor: remove iavl-lazy-loading from config (#17177)

This commit is contained in:
Julien Robert
2023-07-28 13:29:20 +00:00
committed by GitHub
parent f0c852f7bd
commit 898f66aacd
6 changed files with 3 additions and 19 deletions
-4
View File
@@ -66,10 +66,6 @@ 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.