Skip to content

Commit b0b8b17

Browse files
committed
Update workers entry in the README
1 parent ebcacfc commit b0b8b17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,8 @@ Options:
466466
[--exclude=compiler [compiler ...]] # Exclude supplied DSL compiler(s)
467467
[--verify], [--no-verify] # Verifies RBIs are up-to-date
468468
-q, [--quiet], [--no-quiet] # Suppresses file creation output
469-
-w, [--workers=N] # Number of parallel workers to use when generating RBIs (default: auto)
469+
-w, [--workers=N] # Number of parallel workers to use when generating RBIs (default: 2)
470+
# Default: 2
470471
[--rbi-max-line-length=N] # Set the max line length of generated RBIs. Signatures longer than the max line length will be wrapped
471472
# Default: 120
472473
-e, [--environment=ENVIRONMENT] # The Rack/Rails environment to use when generating RBIs
@@ -817,7 +818,7 @@ dsl:
817818
exclude: []
818819
verify: false
819820
quiet: false
820-
workers: 1
821+
workers: 2
821822
rbi_max_line_length: 120
822823
environment: development
823824
list_compilers: false

0 commit comments

Comments
 (0)