pomerium/internal/registry/inmemory/constants.go
2021-05-10 10:33:37 -06:00

8 lines
244 B
Go

package inmemory
const (
// callAfterTTLFactor will request to report back again after TTL/callAfterTTLFactor time
callAfterTTLFactor = 2
// purgeAfterTTLFactor will purge keys with TTL * purgeAfterTTLFactor time
purgeAfterTTLFactor = 1
)