Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deleteMarkerCountMap (0.36 sec)

  1. cmd/batch-expire.go

    		done          bool
    	)
    	deleteMarkerCountMap := map[string]int64{}
    	pushToExpire := func() {
    		// set preObject deleteMarkerCount
    		if len(toDel) > 0 {
    			lastDelIndex := len(toDel) - 1
    			lastDel := toDel[lastDelIndex]
    			if lastDel.ExpireAll {
    				toDel[lastDelIndex].DeleteMarkerCount = deleteMarkerCountMap[lastDel.Name]
    				// delete the key
    				delete(deleteMarkerCountMap, lastDel.Name)
    			}
    		}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Apr 22 11:16:32 UTC 2025
    - 23K bytes
    - Viewed (0)
Back to top