Reduce default speed of users creation in users context
Reducing from 30 to 20 default speed of creation of users, so this won't fail in gate and dev envs Change-Id: I5f75ceeaf742720bc660e502415c0bdef0939c97
This commit is contained in:
parent
e898d12abd
commit
e762f48f6c
@ -37,7 +37,7 @@ LOG = logging.getLogger(__name__)
|
||||
|
||||
USER_CONTEXT_OPTS = [
|
||||
cfg.IntOpt("resource_management_workers",
|
||||
default=30,
|
||||
default=20,
|
||||
help="How many concurrent threads use for serving users "
|
||||
"context"),
|
||||
cfg.StrOpt("project_domain",
|
||||
|
Loading…
x
Reference in New Issue
Block a user