Skip to content

Commit

Permalink
Don't process functions in parallel by default.
Browse files Browse the repository at this point in the history
In light of #315.
  • Loading branch information
khatchad committed Jan 22, 2024
1 parent 49d65c8 commit 937a52c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private static RefactoringStatus checkParameters(Function func) {

private boolean alwaysCheckRecursion;

private boolean processFunctionsInParallel = true;
private boolean processFunctionsInParallel;

public HybridizeFunctionRefactoringProcessor() {
// Force the use of typeshed. It's an experimental feature of PyDev.
Expand Down

0 comments on commit 937a52c

Please sign in to comment.