lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

Make it so we don't have to wait till 3am to update odysee hubs #3216

Open lyoshenka opened 3 years ago

lyoshenka commented 3 years ago
tzarebczan commented 3 years ago

1) With 2, it may try to switch and re-subscribe all addresses, which is a super slow process. 2) Address subscription. Also, users get unloaded, so when they come back later, they have to subscribe again - this is more annoying for larger accounts.

lyoshenka commented 3 years ago

process pool bug we just merged should help with this. #3266 will help too.

but unless we can solve address resubscribing we'll be here for a while