1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-07-10 21:38:28 +02:00
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
)