Skip to content

Commit 00c2232

Browse files
authored
Merge pull request #577 from bheesham/increase-segments-again
Still not returning fast enough
2 parents 6d9712c + 81969a5 commit 00c2232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-modules/cis_identity_vault/cis_identity_vault/parallel_dynamo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def scan(
5353
logger.debug("Creating new threads and queue.")
5454
result_queue = queue.Queue()
5555

56-
pool_size = 16
57-
max_segments = 16
56+
pool_size = 24
57+
max_segments = 24
5858

5959
users = []
6060
last_evaluated_key = None

0 commit comments

Comments
 (0)