mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
online delete for cassandra. doesn't crash, but not sure it works
This commit is contained in:
@@ -399,7 +399,7 @@ public:
|
||||
doFinishWrites() const = 0;
|
||||
|
||||
virtual bool
|
||||
doOnlineDelete(uint32_t minLedgerToKeep) const = 0;
|
||||
doOnlineDelete(uint32_t numLedgersToKeep) const = 0;
|
||||
virtual bool
|
||||
writeKeys(
|
||||
std::unordered_set<ripple::uint256> const& keys,
|
||||
|
||||
Reference in New Issue
Block a user