Skip to content

Commit 00d0dba

Browse files
authored
Merge pull request #4158 from SirTyson/validator-indexing
Allow validators to serialize BL indexes to disk Reviewed-by: marta-lokhova
2 parents 395bc28 + bdf5322 commit 00d0dba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/Config.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,8 +2095,7 @@ Config::isUsingBucketListDB() const
20952095
bool
20962096
Config::isPersistingBucketListDBIndexes() const
20972097
{
2098-
return isUsingBucketListDB() && EXPERIMENTAL_BUCKETLIST_DB_PERSIST_INDEX &&
2099-
!NODE_IS_VALIDATOR;
2098+
return isUsingBucketListDB() && EXPERIMENTAL_BUCKETLIST_DB_PERSIST_INDEX;
21002099
}
21012100

21022101
bool

0 commit comments

Comments
 (0)