- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for KeyRotationWait (0.06 seconds)
-
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 }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 4.7K bytes - Click Count (0)