sologenic / sologenic-xrpl-stream-js

Persistent transaction handling for the XRP Ledger
MIT License
18 stars 11 forks source link

Queue cleanup (Bounty: 500 SOLO) #12

Open bashash opened 4 years ago

bashash commented 4 years ago

Validated and failed transactions that are stored in-memory hash or Redis, must be cleaned up after a specific amount of time. TTL must be configured as an optional variable to be passed to the constructor. The default can be set to 1 hour if value is not set.

okanaganrusty commented 4 years ago

See PR#19

sologenic commented 4 years ago

merged