- Sort Score
- Result 10 results
- Languages All
Results 471 - 480 of 532 for LIMIT (0.03 sec)
-
src/main/resources/suggest_indices/_aws/suggest_analyzer.json
"stopwords": "_english_" }, "content_length_filter": { "type": "length", "max": 30 }, "limit_token_count_filter": { "type": "limit", "max_token_count": 2147483647 }, "stemmer_en_filter": { "type": "stemmer", "name": "english" }, "arabic_stop": { "type": "stop",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Mar 24 12:55:37 UTC 2021 - 57.4K bytes - Viewed (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
"stopwords": "_english_" }, "content_length_filter": { "type": "length", "max": 30 }, "limit_token_count_filter": { "type": "limit", "max_token_count": 2147483647 }, "stemmer_en_filter": { "type": "stemmer", "name": "english" }, "arabic_stop": { "type": "stop",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu May 23 05:09:51 UTC 2019 - 57.7K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
|:-------------------------------------------|:----------------------------------------------------------------------------------------------------------------| | `minio_node_file_descriptor_limit_total` | Limit on total number of open file descriptors for the MinIO Server process. |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:48:51 UTC 2024 - 43.3K bytes - Viewed (0) -
cmd/admin-heal-ops.go
// sequence automatically resumes. The return value indicates if the // operation succeeded. func (h *healSequence) pushHealResultItem(r madmin.HealResultItem) error { // start a timer to keep an upper time limit to find an empty // slot to add the given heal result - if no slot is found it // means that the server is holding the maximum amount of // heal-results in memory and the client has not consumed it // for too long.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 25.6K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt
* To differentiate the two cases we ping the server when a stream times out. If the overall * connection is fine the ping will receive a pong; otherwise it won't. * * The deadline to respond to this ping attempts to limit the cost of being wrong. If it is too * long, streams created while we await the pong will reuse broken connections and inevitably * fail. If it is too short, slow connections will be marked as failed and extra TCP and TLS
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 32.6K bytes - Viewed (0) -
src/main/resources/suggest_indices/_cloud/suggest_analyzer.json
"stopwords": "_english_" }, "content_length_filter": { "type": "length", "max": 30 }, "limit_token_count_filter": { "type": "limit", "max_token_count": 2147483647 }, "stemmer_en_filter": { "type": "stemmer", "name": "english" }, "arabic_stop": { "type": "stop",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 57.4K bytes - Viewed (1) -
docs/metrics/prometheus/grafana/minio-dashboard.json
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 24 14:51:03 UTC 2024 - 93K bytes - Viewed (0) -
migrator/migrator.go
columnTypes := make([]gorm.ColumnType, 0) execErr := m.RunWithValue(value, func(stmt *gorm.Statement) (err error) { rows, err := m.DB.Session(&gorm.Session{}).Table(stmt.Table).Limit(1).Rows() if err != nil { return err } defer func() { err = rows.Close() }() var rawColumnTypes []*sql.ColumnType rawColumnTypes, err = rows.ColumnTypes()
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Fri Apr 26 07:15:49 UTC 2024 - 29K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
Authenticators should identify preemptive authentications by the presence of a challenge whose scheme is "OkHttp-Preemptive". * **OkHttp now offers full-operation timeouts.** This sets a limit on how long the entire call may take and covers resolving DNS, connecting, writing the request body, server processing, and reading the full response body. If a call requires redirects or retries all must complete within
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
* HTTP connections when connection reuse is in practice. */ val requestCount: Int get() = atomicRequestCount.get() /** The number of bytes of the POST body to keep in memory to the given limit. */ var bodyLimit: Long = Long.MAX_VALUE var serverSocketFactory: ServerSocketFactory? = null @Synchronized get() { if (field == null && started) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Mar 31 17:16:15 UTC 2024 - 37.4K bytes - Viewed (0)