lbryio / lbry.go

MIT License
29 stars 20 forks source link

Channels should be able to be synced and updated on different servers #23

Closed nikooo777 closed 6 years ago

nikooo777 commented 6 years ago

Currently ytsync assumes that a channel is first synced and subsequently updated on the same server. This doesn't allow us to balance the load and make full use of fleets (group of temporary servers).

The following steps should be taken: