Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getHealReplicateObjectInfo (0.08 seconds)

  1. cmd/bucket-replication.go

    			return
    		case <-ctx.Done():
    			return
    		default:
    		}
    		if heal && lastCheckpoint != "" && lastCheckpoint != res.Item.Name {
    			continue
    		}
    		lastCheckpoint = ""
    		roi := getHealReplicateObjectInfo(res.Item, rcfg)
    		if !roi.ExistingObjResync.mustResync() {
    			continue
    		}
    		select {
    		case <-s.resyncCancelCh:
    			return
    		case <-ctx.Done():
    			return
    		default:
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 118.2K bytes
    - Click Count (0)
Back to Top