Skip to content

Commit

Permalink
We do not need to create a local_thread executor every time we start.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Jul 23, 2024
1 parent 6f2da41 commit 38803b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod_wf/resource_configs/klone_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def klone_resource_config():
HighThroughputExecutor(
label="local_thread",
provider=LocalProvider(
init_blocks=1,
init_blocks=0,
max_blocks=1,
),
),
Expand Down

0 comments on commit 38803b0

Please sign in to comment.