+1
-1
knotclient/events.go
+1
-1
knotclient/events.go
+1
-1
knotserver/events.go
+1
-1
knotserver/events.go
···
54
}
55
56
// complete backfill first before going to live data
57
-
l.Info("going through backfill", "cursor", cursor)
58
l.Debug("going through backfill", "cursor", cursor)
59
if err := h.streamOps(conn, &cursor); err != nil {
60
l.Error("failed to backfill", "err", err)
61
return
62
}
63
for {
64
// wait for new data or timeout
65
select {