test lbrycrd connection before sending
This commit is contained in:
parent
ceb02c5248
commit
b7b375dc83
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func (s *Sync) initDaemon() {
|
|||
if err == nil {
|
||||
break
|
||||
}
|
||||
time.Sleep(2 * time.Second)
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue