Skip to content

Commit 89a011f

Browse files
snus-kinCopilot
andauthored
Update src/resolver_athena_client/client/athena_client.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0f8b630 commit 89a011f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resolver_athena_client/client/athena_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ async def transform_image(image_data: ImageData) -> ClassificationInput:
265265
transformer_func=transform_image,
266266
deployment_id=self.options.deployment_id,
267267
max_batch_size=self.options.max_batch_size,
268-
num_workers=5, # Configurable number of workers
268+
num_workers=self.options.num_workers, # Configurable number of workers
269269
keepalive_interval=self.options.keepalive_interval or 30.0,
270270
)
271271

0 commit comments

Comments
 (0)