Merge "Increase the number of audit worker threads"

This commit is contained in:
Zuul 2024-05-01 12:14:56 +00:00 committed by Gerrit Code Review
commit 88f9dfce5d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class SubcloudAuditWorkerManager(manager.Manager):
self.state_rpc_client = dcmanager_rpc_client.SubcloudStateClient()
# Keeps track of greenthreads we create to do work.
self.thread_group_manager = scheduler.ThreadGroupManager(
thread_pool_size=100)
thread_pool_size=150)
# Track workers created for each subcloud.
self.subcloud_workers = dict()
self.alarm_aggr = alarm_aggregation.AlarmAggregation(self.context)