- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for KeyRotationWait (0.06 sec)
-
internal/config/batch/batch.go
func (opts Config) ReplicationWait() time.Duration { configMu.RLock() defer configMu.RUnlock() return opts.ReplicationWorkersWait } // KeyRotationWait returns the duration for which a batch key-rotation worker // would wait before working on next object. func (opts Config) KeyRotationWait() time.Duration { configMu.RLock() defer configMu.RUnlock() return opts.KeyRotationWorkersWait }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 4.7K bytes - Viewed (0)