Skip to content

Commit

Permalink
Merge pull request #4158 from SirTyson/validator-indexing
Browse files Browse the repository at this point in the history
Allow validators to serialize BL indexes to disk

Reviewed-by: marta-lokhova
  • Loading branch information
latobarita authored Jan 24, 2024
2 parents 395bc28 + bdf5322 commit 00d0dba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2095,8 +2095,7 @@ Config::isUsingBucketListDB() const
bool
Config::isPersistingBucketListDBIndexes() const
{
return isUsingBucketListDB() && EXPERIMENTAL_BUCKETLIST_DB_PERSIST_INDEX &&
!NODE_IS_VALIDATOR;
return isUsingBucketListDB() && EXPERIMENTAL_BUCKETLIST_DB_PERSIST_INDEX;
}

bool
Expand Down

0 comments on commit 00d0dba

Please sign in to comment.