Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 5MiB (0.01 sec)

  1. cmd/batch-handlers.go

    		if job.Replicate.Source.Snowball.Compress == nil {
    			job.Replicate.Source.Snowball.Compress = ptr(false)
    		}
    		if job.Replicate.Source.Snowball.SmallerThan == nil {
    			job.Replicate.Source.Snowball.SmallerThan = ptr("5MiB")
    		}
    		if job.Replicate.Source.Snowball.SkipErrs == nil {
    			job.Replicate.Source.Snowball.SkipErrs = ptr(true)
    		}
    	}
    
    	//  Validate the incoming job request
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 63.5K bytes
    - Viewed (0)
Back to top