cameri / nostream

A Nostr Relay written in TypeScript
MIT License
713 stars 181 forks source link

[REQUEST] Purging old events #359

Open AbelLykens opened 5 months ago

AbelLykens commented 5 months ago

To keep the node managable (in terms of resources, lookups, indices etc) it would be nice to be able to delete events after x days.

I have considered doing manual queries, but that did not feel like a good idea.