Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for funding (0.15 sec)

  1. cmd/batch-expire.go

    					time.Sleep(delay)
    				}
    			}
    		}(toExpire)
    	}
    }
    
    type expireObjInfo struct {
    	ObjectInfo
    	ExpireAll bool
    }
    
    // Start the batch expiration job, resumes if there was a pending job via "job.ID"
    func (r *BatchJobExpire) Start(ctx context.Context, api ObjectLayer, job BatchJobRequest) error {
    	ri := &batchJobInfo{
    		JobID:     job.ID,
    		JobType:   string(job.Type()),
    		StartTime: job.Started,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 21K bytes
    - Viewed (1)
Back to top