Merge "increase default revocation_cache_time"

This commit is contained in:
Jenkins
2014-03-10 03:24:30 +00:00
committed by Gerrit Code Review

View File

@@ -272,7 +272,7 @@ opts = [
' configurable duration (in seconds). Set to -1 to disable'
' caching completely.'),
cfg.IntOpt('revocation_cache_time',
default=1,
default=300,
help='Determines the frequency at which the list of revoked'
' tokens is retrieved from the Identity service (in seconds). A'
' high number of revocation events combined with a low cache'