default for noReadAhead is false

This commit is contained in:
Doug Hoyte
2023-08-14 15:33:41 -04:00
parent 35270c57ad
commit 58fca0038e

View File

@ -13,7 +13,7 @@ dbParams {
mapsize = 10995116277760
# Disables read-ahead when accessing the LMDB mapping. Reduces IO activity when DB size is larger than RAM. (restart required)
noReadAhead = true
noReadAhead = false
}
events {