Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pushToExpire (0.05 sec)

  1. cmd/batch-expire.go

    			}
    			toDel = append(toDel, expireObjInfo{
    				ObjectInfo: result.Item,
    			})
    			pushToExpire()
    		case <-ctx.Done():
    			done = true
    		}
    		if done {
    			break
    		}
    	}
    
    	if context.Cause(ctx) != nil {
    		xioutil.SafeClose(expireCh)
    		return context.Cause(ctx)
    	}
    	pushToExpire()
    	// Send any remaining objects downstream
    	if len(toDel) > 0 {
    		select {
    		case <-ctx.Done():
    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