deprecate sync_server dependency #36

Closed
opened 2018-08-15 14:51:07 +02:00 by nikooo777 · 0 comments
nikooo777 commented 2018-08-15 14:51:07 +02:00 (Migrated from github.com)

Currently, lbry.go checks the sync_server field in order to understand if a given channel can be synced or not (only one server can sync a channel).

By solving this issue both in lbry.go and internal-apis we will be able to update a channel that was previously synced on a different server.

For this to work we need to ensure that two servers can't ever be syncing the same channel at the same time.

Currently, lbry.go checks the sync_server field in order to understand if a given channel can be synced or not (only one server can sync a channel). By solving this issue both in lbry.go and internal-apis we will be able to update a channel that was previously synced on a different server. For this to work we need to ensure that two servers can't ever be syncing the same channel at the same time.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LBRYCommunity/lbry.go#36
No description provided.