Skip to content

Commit

Permalink
Add server.max_workers option to .flowconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Jul 3, 2019
1 parent 2c46430 commit e33d35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[lints]

[options]
server.max_workers=4

[untyped]
.*/node_modules/.*
1 change: 1 addition & 0 deletions example/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow/

[options]
server.max_workers=4
emoji=true

esproposal.optional_chaining=enable
Expand Down

0 comments on commit e33d35a

Please sign in to comment.