mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 09:36:43 +00:00
default for noReadAhead is false
This commit is contained in:
@ -13,7 +13,7 @@ dbParams {
|
|||||||
mapsize = 10995116277760
|
mapsize = 10995116277760
|
||||||
|
|
||||||
# Disables read-ahead when accessing the LMDB mapping. Reduces IO activity when DB size is larger than RAM. (restart required)
|
# 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 {
|
events {
|
||||||
|
Reference in New Issue
Block a user