Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 50 (0.21 sec)

  1. internal/s3select/select_test.go

    116, 97, 116, 115, 62, 60, 66, 121, 116, 101, 115, 83, 99, 97, 110, 110, 101, 100, 62, 49, 49, 50, 60, 47, 66, 121, 116, 101, 115, 83, 99, 97, 110, 110, 101, 100, 62, 60, 66, 121, 116, 101, 115, 80, 114, 111, 99, 101, 115, 115, 101, 100, 62, 49, 49, 50, 60, 47, 66, 121, 116, 101, 115, 80, 114, 111, 99, 101, 115, 115, 101, 100, 62, 60, 66, 121, 116, 101, 115, 82, 101, 116, 117, 114, 110, 101, 100, 62, 50, 60, 47, 66, 121, 116, 101, 115, 82, 101, 116, 117, 114, 110, 101, 100, 62, 60, 47, 83, 116, 97,...
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Dec 23 07:19:11 GMT 2023
    - 76.2K bytes
    - Viewed (0)
  2. cmd/object-api-multipart_test.go

    func BenchmarkPutObjectPart50MbFS(b *testing.B) {
    	benchmarkPutObjectPart(b, "FS", 50*humanize.MiByte)
    }
    
    // BenchmarkPutObjectPart50MbErasure - Benchmark Erasure.PutObjectPart() for object size of 50MB.
    func BenchmarkPutObjectPart50MbErasure(b *testing.B) {
    	benchmarkPutObjectPart(b, "Erasure", 50*humanize.MiByte)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 77.1K bytes
    - Viewed (0)
  3. cmd/object-api-listobjects_test.go

    		{"test-bucket-list-object", "obj", "obj1", "", 1, resultCases[21], nil, true},
    		{"test-bucket-list-object", "new", "newPrefix0", "", 2, resultCases[22], nil, true},
    		// Testing with maxKeys set to 0 (44-50).
    		// The parameters have to valid.
    		{"test-bucket-list-object", "", "obj1", "", 0, ListObjectsInfo{}, nil, true},
    		{"test-bucket-list-object", "", "obj0", "", 0, ListObjectsInfo{}, nil, true},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 11:07:40 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  4. tests/migrate_test.go

    		}
    	)
    	checkField(&UniqueStruct3{}, "name", true, "")
    	checkField(&UniqueStruct4{}, "name", true, "")
    
    	type ( // uniqueIndex
    		UniqueStruct5 struct {
    			Name string `gorm:"size:50;uniqueIndex"`
    		}
    		UniqueStruct6 struct {
    			Name string `gorm:"size:60;uniqueIndex"`
    		}
    		UniqueStruct7 struct {
    			Name     string `gorm:"size:70;uniqueIndex:idx_us6_all_names"`
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Mar 18 11:24:16 GMT 2024
    - 56.2K bytes
    - Viewed (0)
  5. cmd/erasure-object.go

    			if disk == nil || !disk.IsOnline() {
    				parityDrives++
    				offlineDrives++
    				continue
    			}
    		}
    
    		if offlineDrives >= (len(storageDisks)+1)/2 {
    			// if offline drives are more than 50% of the drives
    			// we have no quorum, we shouldn't proceed just
    			// fail at that point.
    			return ObjectInfo{}, toObjectErr(errErasureWriteQuorum, bucket, object)
    		}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 77.2K bytes
    - Viewed (2)
  6. cmd/erasure-server-pool.go

    					disks = disks[:askDisks]
    				}
    
    				requestedVersions := 0
    				if opts.LatestOnly {
    					requestedVersions = 1
    				}
    
    				// However many we ask, versions must exist on ~50%
    				listingQuorum := (askDisks + 1) / 2
    
    				// How to resolve partial results.
    				resolver := metadataResolutionParams{
    					dirQuorum:         listingQuorum,
    					objQuorum:         listingQuorum,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 20:08:20 GMT 2024
    - 80.5K bytes
    - Viewed (0)
  7. src/archive/zip/reader_test.go

    0000000 50 4b 03 04 14 00 00 00 08 00 08 03 64 3c f9 f4
    0000010 89 64 48 01 00 00 b8 01 00 00 07 00 00 00 72 2f
    0000020 72 2e 7a 69 70 00 25 00 da ff 50 4b 03 04 14 00
    0000030 00 00 08 00 08 03 64 3c f9 f4 89 64 48 01 00 00
    0000040 b8 01 00 00 07 00 00 00 72 2f 72 2e 7a 69 70 00
    0000050 2f 00 d0 ff 00 25 00 da ff 50 4b 03 04 14 00 00
    0000060 00 08 00 08 03 64 3c f9 f4 89 64 48 01 00 00 b8
    0000070 01 00 00 07 00 00 00 72 2f 72 2e 7a 69 70 00 2f
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  8. internal/bucket/lifecycle/lifecycle_test.go

                                  </Transition>
                                 </Rule>
                           </LifecycleConfiguration>`,
    			objectName:     "obj-1",
    			objectModTime:  time.Now().UTC().Add(-50 * 24 * time.Hour),
    			isDelMarker:    true,
    			expectedAction: NoneAction,
    		},
    		{
    			inputConfig: `<LifecycleConfiguration>
                                <Rule>
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:11:10 GMT 2024
    - 53.2K bytes
    - Viewed (0)
  9. src/bufio/bufio_test.go

    			r := io.MultiReader(strings.NewReader("abc"), &emptyThenNonEmptyReader{r: strings.NewReader("def"), n: 1})
    			br := NewReaderSize(r, size)
    			want := func(s string, wantErr error) {
    				p := make([]byte, 50)
    				n, err := br.Read(p)
    				if err != wantErr || n != len(s) || string(p[:n]) != s {
    					t.Fatalf("read(%d) = %q, %v, want %q, %v", len(p), string(p[:n]), err, s, wantErr)
    				}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 10 18:56:01 GMT 2023
    - 51.5K bytes
    - Viewed (0)
  10. cmd/bucket-handlers.go

    		}
    	}
    
    	// Add/update buckets that are not registered with the DNS
    	bucketsToBeUpdatedSlice := bucketsToBeUpdated.ToSlice()
    	g := errgroup.WithNErrs(len(bucketsToBeUpdatedSlice)).WithConcurrency(50)
    
    	for index := range bucketsToBeUpdatedSlice {
    		index := index
    		g.Go(func() error {
    			return globalDNSConfig.Put(bucketsToBeUpdatedSlice[index])
    		}, index)
    	}
    
    	ctx := GlobalContext
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 16:27:27 GMT 2024
    - 61.6K bytes
    - Viewed (0)
Back to top