test lbrycrd connection before sending

This commit is contained in:
Alex Grintsvayg 2017-11-21 13:53:56 -05:00
parent ceb02c5248
commit b7b375dc83

View file

@ -58,7 +58,7 @@ func (s *Sync) initDaemon() {
if err == nil {
break
}
time.Sleep(2 * time.Second)
time.Sleep(5 * time.Second)
}
}
}