XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
57 stars 48 forks source link

Remove DB TTL from setting #1322

Closed cindyyan317 closed 2 months ago

cindyyan317 commented 3 months ago

Issue Description

Clio can not process normally if TTL is set.

For some table, TTL should work, eg transactions, ledgers. But TTL can not apply to successor table. The ledger objects can not form a linked list if some edges are missing.

Solution

TTL should be removed from setting.