Skip to content

Commit bc2a7f7

Browse files
authored
default to single solver thread (#20266)
default to single solver thread (solving the proof is already multi-threaded)
1 parent e36c25f commit bc2a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/util/initial-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ solver:
655655
selected_network: *selected_network
656656

657657
# Number of threads for solver operations
658-
num_threads: 4
658+
num_threads: 1
659659

660660
# RPC server configuration
661661
rpc_port: 8667

0 commit comments

Comments
 (0)