Skip to content

Commit

Permalink
Allow validators to serialize BL indexes to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson committed Jan 24, 2024
1 parent aaed4eb commit bdf5322
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

5 comments on commit bdf5322

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from marta-lokhova
at SirTyson@bdf5322

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging SirTyson/stellar-core/validator-indexing = bdf5322 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SirTyson/stellar-core/validator-indexing = bdf5322 merged ok, testing candidate = 00d0dba

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 00d0dba

Please sign in to comment.