sync: Don't start SpeedySyncDeep by pull
This commit is contained in:
parent
2140939364
commit
f6a251e2ec
1 changed files with 0 additions and 7 deletions
|
@ -52,13 +52,6 @@ func SpeedySyncDeep(i Importer) (errs SyncReport) {
|
||||||
|
|
||||||
startTime := time.Now()
|
startTime := time.Now()
|
||||||
|
|
||||||
if err := i.Sync(); err != nil {
|
|
||||||
errs.SyncError = err
|
|
||||||
if _id := i.Id(); _id != nil {
|
|
||||||
errs.SyncId = *_id
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
errs.DateStart = startTime
|
errs.DateStart = startTime
|
||||||
exceptions, sterrs := SyncThemes(i)
|
exceptions, sterrs := SyncThemes(i)
|
||||||
for _, sterr := range sterrs {
|
for _, sterr := range sterrs {
|
||||||
|
|
Reference in a new issue