- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for multi (0.02 sec)
-
index.yaml
urls: - https://charts.min.io/helm-releases/minio-5.1.0.tgz version: 5.1.0 - apiVersion: v1 appVersion: RELEASE.2024-01-11T07-46-16Z created: "2025-01-02T21:34:25.188561933-08:00" description: Multi-Cloud Object Storage digest: 3a2d8e03ffdd98501026aa7561633c91d9871647f4b01d77b75a2ad9b72ee618 home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio
Registered: 2025-05-25 19:28 - Last Modified: 2025-01-03 05:34 - 55.1K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/replication/minio-replication-node.json
"legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "10.4.0", "targets": [ { "datasource": { "type": "prometheus",
Registered: 2025-05-25 19:28 - Last Modified: 2024-06-13 22:26 - 57.4K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json
"legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "10.4.0", "targets": [ { "datasource": { "type": "prometheus",
Registered: 2025-05-25 19:28 - Last Modified: 2024-03-28 17:15 - 71.1K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/minio-dashboard.json
"legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "10.4.0", "targets": [ { "datasource": { "type": "prometheus",
Registered: 2025-05-25 19:28 - Last Modified: 2024-07-24 14:51 - 93K bytes - Viewed (0) -
common/scripts/metallb-native.yaml
echoMode: description: Enables or disables the echo transmission mode. This mode is disabled by default, and not supported on multi hops setups. type: boolean minimumTtl: description: 'For multi hop sessions only: configure the minimum expected TTL for an incoming BFD control packet.' format: int32 maximum: 254
Registered: 2025-05-28 22:53 - Last Modified: 2024-02-23 23:56 - 63.9K bytes - Viewed (0) -
src/archive/zip/reader_test.go
// is to set Size, which will then be checked against the header-reported size // but will bypass the decompressing of the actual data. // This last option is used for testing very large (multi-GB) compressed files. ContentErr error Content []byte File string Size uint64 } var tests = []ZipTest{ { Name: "test.zip", Comment: "This is a zipfile comment.",
Registered: 2025-05-27 11:13 - Last Modified: 2025-03-11 22:19 - 56.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
} else if ( r.getDialectRevision() != Smb2Constants.SMB2_DIALECT_0202 ) { throw new CIFSException("Server returned invalid dialect verison in multi protocol negotiation"); } int permits = r.getInitialCredits(); if ( permits > 0 ) { this.credits.release(permits); }
Registered: 2025-05-25 00:10 - Last Modified: 2025-01-26 07:34 - 67K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
* * * **Unreachable IP addresses.** If the URL's host has multiple IP addresses, * failure to reach any individual IP address doesn't fail the overall request. This can * increase availability of multi-homed services. * * * **Stale pooled connections.** The [ConnectionPool] reuses sockets * to decrease request latency, but these connections will occasionally time out. *
Registered: 2025-05-30 11:42 - Last Modified: 2025-05-05 16:01 - 51.7K bytes - Viewed (0) -
tests/migrate_test.go
{name: "uniqueIndex to uniqueAndUniqueIndex", from: &UniqueStruct5{}, to: &UniqueStruct8{}, checkFunc: checkMyIndex}, {name: "uniqueIndex to multi uniqueIndex", from: &UniqueStruct5{}, to: &UniqueStruct7{}, checkFunc: checkMulIndex}, } for _, test := range tests { t.Run(test.name, func(t *testing.T) { if err := DB.Migrator().DropTable(table); err != nil {
Registered: 2025-05-25 09:35 - Last Modified: 2024-11-14 09:40 - 57.4K bytes - Viewed (0) -
tensorflow/c/c_api.h
// Usually this happens automatically in TF_SessionRun. After this is called, // TF_SessionRun will no longer extend the session on every call. // // We expose this here to allow fine-grained synchronization in multi-threaded // workloads, which is required since the Python implementation depends on the // above mutation methods. This allows us to prevent modifications to nodes in // the graph after the session has been made aware of them.
Registered: 2025-05-27 12:39 - Last Modified: 2023-10-26 21:08 - 82.3K bytes - Viewed (0)