Skip to content

Commit 6abd969

Browse files
authored
Pass haskell_threads to BoosterServer (#928)
1 parent a042782 commit 6abd969

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kmir/src/kmir/_prove.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def _prove_parallel(
149149
'module_name': kmir.definition.main_module_name,
150150
'bug_report': kmir.bug_report,
151151
'simplify_each': 30,
152+
'haskell_threads': opts.max_workers,
152153
}
153154
) as server:
154155

0 commit comments

Comments
 (0)