Skip to content

Commit d48fe6f

Browse files
author
Frankie Robertson
committed
Make ExhaustiveSearch1Ply non-parallel by default
1 parent 0c72617 commit d48fe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/next_item_rules/NextItemRules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $(TYPEDFIELDS)
123123
124124
"""
125125
@with_kw struct ExhaustiveSearch1Ply <: NextItemStrategy
126-
parallel::Bool
126+
parallel::Bool = false
127127
end
128128

129129
"""

0 commit comments

Comments
 (0)