mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
online delete with postgres. seems to work
This commit is contained in:
@@ -144,6 +144,9 @@ public:
|
||||
virtual bool
|
||||
finishWrites() const = 0;
|
||||
|
||||
virtual bool
|
||||
doOnlineDelete(uint32_t minLedgerToKeep) const = 0;
|
||||
|
||||
virtual ~BackendInterface()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user