Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addFiles (0.19 sec)

  1. cmd/data-scanner.go

    			// simply because getSize() function already heals the
    			// object.
    			delete(abandonedChildren, pathJoin(item.bucket, item.objectPath()))
    
    			if err != errIgnoreFileContrib {
    				into.addSizes(sz)
    				into.Objects++
    			}
    
    			wait() // wait to proceed to next entry.
    
    			return nil
    		})
    		if err != nil {
    			return err
    		}
    
    		if foundObjects && globalIsErasure {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 47.4K bytes
    - Viewed (0)
Back to top