master
dongming 2 years ago
parent 76e5c9cfc1
commit 373311ef6f

@ -664,6 +664,7 @@ func (f *DeltaFIFO) Replace(list []interface{}, _ string) error {
return nil return nil
} }
// 全量同步在 f.knownObjects 并且没有入队的 Delta
// Resync adds, with a Sync type of Delta, every object listed by // Resync adds, with a Sync type of Delta, every object listed by
// `f.knownObjects` whose key is not already queued for processing. // `f.knownObjects` whose key is not already queued for processing.
// If `f.knownObjects` is `nil` then Resync does nothing. // If `f.knownObjects` is `nil` then Resync does nothing.

Loading…
Cancel
Save