- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 429 for minimal (0.12 sec)
-
cmd/api-errors.go
HTTPStatusCode: http.StatusBadRequest, }, ErrEntityTooSmall: { Code: "EntityTooSmall", Description: "Your proposed upload is smaller than the minimum allowed object size.", HTTPStatusCode: http.StatusBadRequest, }, ErrEntityTooLarge: { Code: "EntityTooLarge", Description: "Your proposed upload exceeds the maximum allowed object size.",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (1) -
cmd/admin-handlers.go
duration, err := time.ParseDuration(durationStr) if err != nil { duration = globalNetPerfMinDuration } if duration < globalNetPerfMinDuration { // We need sample size of minimum 10 secs. duration = globalNetPerfMinDuration } duration = duration.Round(time.Second) results, err := globalSiteReplicationSys.Netperf(ctx, duration) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
cmd/metacache-set.go
bucket, path string recursive bool // Only return results with this prefix. filterPrefix string // Forward to this prefix before returning results. forwardTo string // Minimum number of good disks to continue. // An error will be returned if this many disks returned an error. minDisks int reportNotFound bool // perDiskLimit will limit each disk to return n objects.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 30.7K bytes - Viewed (0) -
cmd/admin-bucket-handlers.go
tgt.BandwidthLimit = target.BandwidthLimit case madmin.HealthCheckDurationUpdateType: tgt.HealthCheckDuration = target.HealthCheckDuration } } target = tgt } // enforce minimum bandwidth limit as 100MBps if target.BandwidthLimit > 0 && target.BandwidthLimit < 100*1000*1000 { writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErrWithErr(ErrReplicationBandwidthLimitError, err), r.URL) return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 33.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/TreeMultiset.java
newTop.left = left; newTop.distinctElements = distinctElements - 1; newTop.totalCount = totalCount - oldElemCount; return newTop.rebalance(); } } // Removes the minimum node from this subtree to be reused elsewhere private @Nullable AvlNode<E> removeMin(AvlNode<E> node) { if (left == null) { return right; } else { left = left.removeMin(node);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java
executor.shutdown(); assertTrue(executor.awaitTermination(5, TimeUnit.SECONDS)); // Some operations might succeed before key wipe, some might fail after // At minimum, we expect some activity (not all operations should be no-ops) int totalOperations = successCount.get() + failureCount.get();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 43.7K bytes - Viewed (0) -
CHANGELOG.md
in logs. For best security, don't put sensitive information in query parameters. * New: `ConnectionPool.setPolicy()` configures a minimum connection pool size for a target address. Use this to proactively open HTTP connections. Connections opened to fulfill this policy are subject to the connection pool's
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.urlExpr=Warunek labels.boostExpr=Wyrażenie wzmocnienia labels.confirmPassword=Potwierdź labels.crawler=Crawler labels.crudMode=Tryb labels.errorCountMax=Maksymalna liczba błędów labels.errorCountMin=Minimalna liczba błędów labels.facet=Faseta labels.geo=Geo labels.groups=Grupy labels.hash=Hash labels.kuromojiFile=Plik kuromoji labels.maxSize=Maksymalny rozmiar labels.order=Kolejność
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.urlExpr=Condizione labels.boostExpr=Espressione di boost labels.confirmPassword=Conferma labels.crawler=Crawler labels.crudMode=Modalità labels.errorCountMax=Numero massimo di errori labels.errorCountMin=Numero minimo di errori labels.facet=Faccetta labels.geo=Geo labels.groups=Gruppi labels.hash=Hash labels.kuromojiFile=File kuromoji labels.maxSize=Dimensione massima labels.order=Ordine
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.boostExpr=Expression de boost labels.confirmPassword=Confirmer labels.crawler=Robot d'exploration labels.crudMode=Mode labels.errorCountMax=Nombre d'erreurs maximum labels.errorCountMin=Nombre d'erreurs minimum labels.facet=Facette labels.geo=Géo labels.groups=Groupes labels.hash=Hachage labels.kuromojiFile=Fichier Kuromoji labels.maxSize=Taille maximale labels.order=Ordre
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0)