Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 1605 (0.2 sec)

  1. internal/s3select/csv/testdata/testdata.zip

    30 21:48:04,2014-03-30 21:57:04,N,1,-73.891555786132812,40.746673583984375,-73.874946594238281,40.729652404785156,5,1.98,8.5,0.5,0.5,0,0,,,9.5,2,1,83,160,green,0.35,0.0,0.0,49,39,10.07,1294,265,4,Queens,026500,4026500,E,QN50,Elmhurst-Maspeth,4109,1056,505,4,Queens,050500,4050500,I,QN21,Middle Village,4110^3389424,2,2014-03-16 15:14:29,2014-03-16 15:26:03,N,1,-73.891387939453125,40.746517181396484,-73.916549682617187,40.762062072753906,1,2.99,11.5,0,0.5,0,0,,,12,2,1,83,7,green,0.00,0.0,0.0,42,30,...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  2. docs/throttle/README.md

    Example: Limit a MinIO cluster to accept at max 1600 simultaneous S3 API requests across all nodes of the cluster.
    
    ```sh
    export MINIO_API_REQUESTS_MAX=1600
    export MINIO_ROOT_USER=your-access-key
    export MINIO_ROOT_PASSWORD=your-secret-key
    minio server http://server{1...8}/mnt/hdd{1...16}
    ```
    
    or
    
    ```sh
    mc admin config set myminio/ api requests_max=1600
    mc admin service restart myminio/
    ```
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Feb 12 00:51:25 GMT 2022
    - 2.4K bytes
    - Viewed (0)
  3. docs/hotfixes.md

    ```
    commit 4f3317effea38c203c358af9cb5ce3c0e4173976
    Author: Klaus Post <******@****.***>
    Date:   Mon Nov 8 08:41:27 2021 -0800
    
        Close stream on panic (#13605)
    
        Always close streamHTTPResponse on panic on main thread to avoid
        write/flush after response handler has returned.
    ```
    
    ```
    λ git cherry-pick 4f3317effea38c203c358af9cb5ce3c0e4173976
    ```
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Feb 14 21:36:02 GMT 2024
    - 5K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrOverlappingConfigs-158]
    	_ = x[ErrUnsupportedNotification-159]
    	_ = x[ErrContentSHA256Mismatch-160]
    	_ = x[ErrContentChecksumMismatch-161]
    	_ = x[ErrStorageFull-162]
    	_ = x[ErrRequestBodyParse-163]
    	_ = x[ErrObjectExistsAsDirectory-164]
    	_ = x[ErrInvalidObjectName-165]
    	_ = x[ErrInvalidObjectNamePrefixSlash-166]
    	_ = x[ErrInvalidResourceName-167]
    	_ = x[ErrInvalidLifecycleQueryParameter-168]
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  5. docs/integrations/veeam/README.md

    20:09:10.283 [200 OK] s3.PutObject veeam-minio01:9000/vbo/Veeam/Backup365/vbotest/CommonInfo/WebRestorePoints/18f1aba8f55f4ac6b805c4de653eb781 139.178.68.158    29.787ms     ↑ 1005 B ↓ 296 B
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 5.4K bytes
    - Viewed (0)
  6. internal/grid/msg_string.go

    var _Op_index = [...]uint8{0, 7, 22, 26, 30, 40, 55, 74, 93, 105, 117, 130, 142, 148, 155, 163, 173, 179}
    
    func (i Op) String() string {
    	i -= 1
    	if i >= Op(len(_Op_index)-1) {
    		return "Op(" + strconv.FormatInt(int64(i+1), 10) + ")"
    	}
    	return _Op_name[_Op_index[i]:_Op_index[i+1]]
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Nov 21 01:09:35 GMT 2023
    - 1.2K bytes
    - Viewed (0)
Back to top