- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for expirationWorkersWait (0.08 seconds)
-
internal/config/batch/batch.go
ExpirationWorkersWait: opts.ExpirationWorkersWait, } } // Update updates opts with nopts func (opts *Config) Update(nopts Config) { configMu.Lock() defer configMu.Unlock() opts.ReplicationWorkersWait = nopts.ReplicationWorkersWait opts.KeyRotationWorkersWait = nopts.KeyRotationWorkersWait opts.ExpirationWorkersWait = nopts.ExpirationWorkersWait }
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) -
internal/config/batch/help.go
Optional: true, Type: "duration", }, config.HelpKV{ Key: ExpirationWorkersWait, Description: "maximum sleep duration between objects to slow down batch expiration operation" + defaultHelpPostfix(ExpirationWorkersWait), Optional: true, Type: "duration", }, }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Dec 02 10:51:33 GMT 2023 - 1.8K bytes - Click Count (0)