Skip to content

Commit

Permalink
Change default threads
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Feb 16, 2025
1 parent 7a7c7cb commit c1a20fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quickdraw/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Quickdraw::Configuration
DEFAULT_PROCESSES = Quickdraw::Platform.supports_forking? ? Quickdraw::Platform.non_blocking_cores : 1
DEFAULT_THREADS = 4
DEFAULT_THREADS = 2

def initialize
@failure_symbol = "\e[31m⨯\e[0m"
Expand Down

0 comments on commit c1a20fd

Please sign in to comment.