- Sort Score
- Result 10 results
- Languages All
Results 81 - 87 of 87 for _milliseconds (0.14 sec)
-
cmd/notification.go
peersLogOnceIf(ctx, err, addr.String()) } // Wait for a minimum of 100ms and dynamically increase this based on number of attempts. if i < retryCount-1 { time.Sleep(100*time.Millisecond + time.Duration(r.Float64()*float64(time.Second))) continue } } break } }() } // DeletePolicy - deletes policy across all peers.
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Mon Sep 09 16:58:30 UTC 2024 - 46.2K bytes - Viewed (0) -
cmd/test-utils_test.go
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 77K bytes - Viewed (0) -
cmd/iam.go
if err != nil { atomic.AddUint64(&sys.TotalRefreshFailures, 1) return err } loadDuration := time.Since(loadStartTime) atomic.StoreUint64(&sys.LastRefreshDurationMilliseconds, uint64(loadDuration.Milliseconds())) atomic.StoreUint64(&sys.LastRefreshTimeUnixNano, uint64(loadStartTime.Add(loadDuration).UnixNano())) atomic.AddUint64(&sys.TotalRefreshSuccesses, 1) if !globalSiteReplicatorCred.IsValid() {
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue Sep 17 16:45:46 UTC 2024 - 74.6K bytes - Viewed (0) -
cmd/site-replication.go
// Log if we took a lot of time. logger.Info("Site replication healing refresh took %.2fs", took) } // wait for 200 millisecond, if we are experience lot of I/O waitForLowIO(runtime.GOMAXPROCS(0), 200*time.Millisecond, currentHTTPIO) } healTimer.Reset(siteHealTimeInterval) case <-ctx.Done(): return } } }
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 185.1K bytes - Viewed (0) -
api/go1.txt
pkg syscall (windows-386), type Systemtime struct, DayOfWeek uint16 pkg syscall (windows-386), type Systemtime struct, Hour uint16 pkg syscall (windows-386), type Systemtime struct, Milliseconds uint16 pkg syscall (windows-386), type Systemtime struct, Minute uint16 pkg syscall (windows-386), type Systemtime struct, Month uint16 pkg syscall (windows-386), type Systemtime struct, Second uint16
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.13.txt
pkg testing, type BenchmarkResult struct, Extra map[string]float64 pkg text/template, method (ExecError) Unwrap() error pkg time, method (Duration) Microseconds() int64 pkg time, method (Duration) Milliseconds() int64 pkg unicode, const Version = "11.0.0" pkg unicode, var Dogra *RangeTable pkg unicode, var Gunjala_Gondi *RangeTable pkg unicode, var Hanifi_Rohingya *RangeTable pkg unicode, var Makasar *RangeTable
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.1.txt
pkg time, const July = 7 pkg time, const June = 6 pkg time, const Kitchen = "3:04PM" pkg time, const March = 3 pkg time, const May = 5 pkg time, const Microsecond = 1000 pkg time, const Millisecond = 1000000 pkg time, const Minute = 60000000000 pkg time, const Monday = 1 pkg time, const Nanosecond = 1 pkg time, const November = 11 pkg time, const October = 10
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)