You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! This ties into a use case me and @okdistribute discussed was being able to annotate feeds & expose that in the pre-sync metadata, so you could see which feeds are marked as e.g. "media feeds" (biiiig data) and those could be avoided.
I want to remove a feed in order to:
I also want to pause replication for a feed in order to:
3
,4
,5
can be implemented using application defined API once availablePerliminary proposal without changing current feed-storage scheme:
multifeed#removeFeed(key|instance)
feed.clear()
on 'removed' feed to reclaim disk-spacemultifeed#_storage
to persist blacklist toNOSYNC
fileNOSYNC
file is loaded properly on start if existsThe text was updated successfully, but these errors were encountered: