- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for staging (0.05 sec)
-
docs/bucket/notifications/README.md
streaming_cluster_id (string) unique ID for NATS streaming cluster cert_authority (string) path to certificate chain of the target NATS server client_cert (string) client cert for NATS mTLS auth client_key (string) client cert key for NATS mTLS auth queue_dir (path) staging dir for undelivered messages e.g. '/home/events'
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/minio-dashboard.json
"pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [],
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 24 14:51:03 UTC 2024 - 93K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} @Override public SmbRandomAccessFile openRandomAccess ( String mode ) throws SmbException { return new SmbRandomAccessFile(this, mode); } @Override public SmbRandomAccessFile openRandomAccess ( String mode, int sharing ) throws SmbException { return new SmbRandomAccessFile(this, mode, sharing, false); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt
val response2 = call2.execute() val call3 = client.newCall(Request(server.url("/"))) val response3 = call3.execute() assertThat(response1.body.string()).isEqualTo("ABC") assertThat(response2.body.string()).isEqualTo("DEF") assertThat(response3.body.string()).isEqualTo("GHI") // Settings connection. assertThat(server.takeRequest().sequenceNumber).isEqualTo(0) // Reuse settings connection.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 75.3K bytes - Viewed (0)