From 58fca0038ec5061c05276845b6f270010d51acb4 Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Mon, 14 Aug 2023 15:33:41 -0400 Subject: [PATCH] default for noReadAhead is false --- strfry.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strfry.conf b/strfry.conf index 994d364..a78b44f 100644 --- a/strfry.conf +++ b/strfry.conf @@ -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 {