update lbrynet support

avoid failures when interrupted by user
This commit is contained in:
Niko Storni 2020-10-22 23:14:21 +02:00
parent 692c796770
commit c4693c221f
3 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@ services:
## Wallet Server ##
###################
walletserver:
image: lbry/wallet-server:v0.73.1
image: lbry/wallet-server:v0.83.0
restart: always
environment:
- DB_DIRECTORY=/database
@ -47,7 +47,7 @@ services:
## Lbrynet ##
#############
lbrynet:
image: lbry/lbrynet:v0.73.1
image: lbry/lbrynet:v0.83.0
restart: always
ports:
- "15100:5279"

View file

@ -8,7 +8,7 @@ services:
## Lbrynet ##
#############
lbrynet:
image: lbry/lbrynet:v0.73.1
image: lbry/lbrynet:v0.83.0
restart: "no"
networks:
lbry-network:

View file

@ -259,6 +259,7 @@ func (s *Sync) setChannelTerminationStatus(e *error) {
noFailConditions := []string{
"this youtube channel is being managed by another server",
"interrupted during daemon startup",
"interrupted by user",
}
if util.SubstringInSlice((*e).Error(), noFailConditions) {
return