Merge "Remove a note related to UUID tokens from example configuration"

This commit is contained in:
Zuul 2020-04-22 11:06:06 +00:00 committed by Gerrit Code Review
commit cc4722cd7b
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ max_token_size = cfg.IntOpt(
default=255,
help=utils.fmt("""
Similar to `[DEFAULT] max_param_size`, but provides an exception for token
values. With Fernet tokens, this can be set as low as 255. With UUID tokens,
this should be set to 32).
values. With Fernet tokens, this can be set as low as 255.
"""))
list_limit = cfg.IntOpt(