lbryio / reflector.go

MIT License
14 stars 13 forks source link

Automatically delete blobs based on list_blocked #22

Closed tzarebczan closed 5 years ago

tzarebczan commented 5 years ago

I believe there is a script that's run manually at the moment (@jackrobison can confirm). This should happen automatically at some interval based on https://api.lbry.io/file/list_blocked

lyoshenka commented 5 years ago

i think this already happens. are the blobs not being deleted?

lyoshenka commented 5 years ago

im closing this. reopen if you see evidence that blobs are not being deleted

tiger5226 commented 5 years ago

Just for reference in case someone finds this issue:

https://github.com/lbryio/reflector.go/blob/90947787328e1b91fb2987c4ba2680d025867db5/reflector/blocklist.go#L36-L53