Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 11 for 24h (0.06 seconds)

  1. internal/config/callhome/callhome.go

    	Frequency = "frequency"
    )
    
    // DefaultKVS - default KV config for subnet settings
    var DefaultKVS = config.KVS{
    	config.KV{
    		Key:   Enable,
    		Value: "off",
    	},
    	config.KV{
    		Key:   Frequency,
    		Value: "24h",
    	},
    }
    
    // callhomeCycleDefault is the default interval between two callhome cycles (24hrs)
    const callhomeCycleDefault = 24 * time.Hour
    
    // Config represents the subnet related configuration
    type Config struct {
    Created: 2026-04-05 19:28
    - Last Modified: 2024-05-24 23:05
    - 2.6K bytes
    - Click Count (0)
  2. internal/config/callhome/help.go

    			Optional:    true,
    		},
    		config.HelpKV{
    			Key:         Frequency,
    			Type:        "duration",
    			Description: "time duration between callhome cycles e.g. 24h" + defaultHelpPostfix(Frequency),
    			Optional:    true,
    		},
    	}
    Created: 2026-04-05 19:28
    - Last Modified: 2022-06-06 23:14
    - 1.4K bytes
    - Click Count (0)
  3. docs/config/README.md

    transition_workers              (number)    set the number of transition workers (default: '100')
    stale_uploads_expiry            (duration)  set to expire stale multipart uploads older than this values (default: '24h')
    stale_uploads_cleanup_interval  (duration)  set to change intervals when stale multipart uploads are expired (default: '6h')
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-12 18:20
    - 18.1K bytes
    - Click Count (1)
  4. internal/config/api/api.go

    			Key:   apiTransitionWorkers,
    			Value: "100",
    		},
    		config.KV{
    			Key:   apiStaleUploadsCleanupInterval,
    			Value: "6h",
    		},
    		config.KV{
    			Key:   apiStaleUploadsExpiry,
    			Value: "24h",
    		},
    		config.KV{
    			Key:   apiDeleteCleanupInterval,
    			Value: "5m",
    		},
    		config.KV{
    			Key:           apiDisableODirect,
    			Value:         "",
    			HiddenIfEmpty: true,
    		},
    		config.KV{
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-29 02:39
    - 11.5K bytes
    - Click Count (1)
  5. docs/metrics/prometheus/grafana/node/minio-node.json

          "5m",
          "15m",
          "30m",
          "1h",
          "2h",
          "1d"
        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "MinIO Node Dashboard",
      "uid": "TgmJnnqn2k",
      "version": 1,
      "weekStart": ""
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-04 01:46
    - 22.5K bytes
    - Click Count (0)
  6. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

          "15m",
          "30m",
          "1h",
          "2h",
          "1d"
        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "MinIO Node Replication Dashboard",
      "uid": "gmTJnqnnk3",
      "version": 1,
      "weekStart": ""
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-04 01:46
    - 57.5K bytes
    - Click Count (0)
  7. docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json

          "15m",
          "30m",
          "1h",
          "2h",
          "1d"
        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "MinIO Cluster Replication Dashboard",
      "uid": "TgmJnnqnk3",
      "version": 1,
      "weekStart": ""
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-04 01:46
    - 71.2K bytes
    - Click Count (0)
  8. docs/metrics/prometheus/grafana/minio-dashboard.json

          "15m",
          "30m",
          "1h",
          "2h",
          "1d"
        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "MinIO Dashboard",
      "uid": "TgmJnqnnk",
      "version": 1,
      "weekStart": ""
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-04 01:46
    - 93.1K bytes
    - Click Count (0)
  9. cmd/testdata/undeleteable-object.tgz

    "referrer_policy","value":"strict-origin-when-cross-origin"}]},"cache":{"_":[{"key":"enable","value":"off"},{"key":"endpoint","value":""},{"key":"block_size","value":""}]},"callhome":{"_":[{"key":"enable","value":"off"},{"key":"frequency","value":"24h"}]},"compression":{"_":[{"key":"enable","value":"off"},{"key":"allow_encryption","value":"off"},{"key":"extensions","value":".txt,.log,.csv,.json,.tar,.xml,.bin"},{"key":"mime_types","value":"text/*,application/json,application/xml,binary/octet-str...
    Created: 2026-04-05 19:28
    - Last Modified: 2024-04-26 00:31
    - 8.7M bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.25.md

      When running test/e2e via the Ginkgo CLI, the v2 CLI must be used and `-timeout=24h` (or some other, suitable value) must be passed because the default timeout was reduced from 24h to 1h. When running it via `go test`, the corresponding `-args` parameter is `-ginkgo.timeout=24h`. To build the CLI in the Kubernetes repo, use `make all WHAT=github.com/onsi/ginkgo/v2/ginkgo`.
    Created: 2026-04-03 09:05
    - Last Modified: 2024-05-06 09:23
    - 419.1K bytes
    - Click Count (0)
Back to Top