- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 68 for minulta (0.05 sec)
-
cmd/erasure-server-pool-decom.go
if len(poolIndices) > 0 && globalEndpoints[poolIndices[0]].Endpoints[0].IsLocal { go func() { // Resume decommissioning of pools, but wait 3 minutes for cluster to stabilize. if err := sleepContext(ctx, 3*time.Minute); err != nil { return } r := rand.New(rand.NewSource(time.Now().UnixNano())) for { if err := z.Decommission(ctx, poolIndices...); err != nil { if errors.Is(err, errDecommissionAlreadyRunning) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 42.1K bytes - Viewed (1) -
cmd/admin-handlers-users_test.go
}) if err != nil { c.Fatalf("Err creating user admin client: %v", err) } userAdmClient.SetCustomTransport(s.TestSuiteCommon.client.Transport) distantExpiration := time.Now().Add(30 * time.Minute) cr, err := userAdmClient.AddServiceAccount(ctx, madmin.AddServiceAccountReq{ TargetUser: accessKey, AccessKey: "svc-accesskey", SecretKey: "svc-secretkey", Expiration: &distantExpiration, })
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 47.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
- Kube-apiserver now reloads serving certificates from disk every minute to allow rotation without restarting the server process ([#84200](https://github.com/kubernetes/kubernetes/pull/84200), [@jackkleeman](https://github.com/jackkleeman))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) -
cmd/admin-handlers.go
writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrServerNotInitialized), r.URL) return } profileStr := r.Form.Get("profilerType") profiles := strings.Split(profileStr, ",") duration := time.Minute if dstr := r.Form.Get("duration"); dstr != "" { var err error duration, err = time.ParseDuration(dstr) if err != nil { writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrInvalidRequest), r.URL)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.k25"/> <glob pattern="*.kdc"/> <glob pattern="*.dcs"/> <glob pattern="*.drf"/> </mime-type> <mime-type type="image/x-raw-minolta"> <_comment>Minolta raw image</_comment> <glob pattern="*.mrw"/> </mime-type> <mime-type type="image/x-raw-nikon"> <_comment>Nikon raw image</_comment> <glob pattern="*.nef"/>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Rusage struct, Majflt int32 pkg syscall (freebsd-386-cgo), type Rusage struct, Maxrss int32 pkg syscall (freebsd-386-cgo), type Rusage struct, Minflt int32 pkg syscall (freebsd-386-cgo), type Rusage struct, Msgrcv int32 pkg syscall (freebsd-386-cgo), type Rusage struct, Msgsnd int32 pkg syscall (freebsd-386-cgo), type Rusage struct, Nivcsw int32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
api/go1.txt
pkg syscall (darwin-386), type Rusage struct, Ixrss int32 pkg syscall (darwin-386), type Rusage struct, Majflt int32 pkg syscall (darwin-386), type Rusage struct, Maxrss int32 pkg syscall (darwin-386), type Rusage struct, Minflt int32 pkg syscall (darwin-386), type Rusage struct, Msgrcv int32 pkg syscall (darwin-386), type Rusage struct, Msgsnd int32 pkg syscall (darwin-386), type Rusage struct, Nivcsw int32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
* Reduce verbosity of volume reconciler when attaching volumes ([#36900](https://github.com/kubernetes/kubernetes/pull/36900), [@codablock](https://github.com/codablock)) * We change the default attach_detach_controller sync period to 1 minute to reduce the query frequency through cloud provider to check whether volumes are attached or not. ([#41363](https://github.com/kubernetes/kubernetes/pull/41363), [@jingxu97](https://github.com/jingxu97))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type Rusage struct, Majflt int64 pkg syscall (netbsd-arm64-cgo), type Rusage struct, Maxrss int64 pkg syscall (netbsd-arm64-cgo), type Rusage struct, Minflt int64 pkg syscall (netbsd-arm64-cgo), type Rusage struct, Msgrcv int64 pkg syscall (netbsd-arm64-cgo), type Rusage struct, Msgsnd int64 pkg syscall (netbsd-arm64-cgo), type Rusage struct, Nivcsw int64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
src/main/webapp/js/admin/moment-with-locales.min.js.map
chShortOffset","matchWord","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","RegExp","regexEscape","matched","p1","p2","p3","p4","s","tokens","addParseToken","addWeekParseToken","_w","indexOf","YEAR","MONTH","DATE","HOUR","MINUTE","SECOND","MILLISECOND","WEEK","WEEKDAY","x","modMonth","o","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","defaultLocaleMonths","split","defaultLocaleMonthsShort","MONTHS_IN_FORMAT","defaultMonthsShortRegex","defaultMonths...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 224.8K bytes - Viewed (1)