Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 3a8e368

Browse files
authored
fix(readme): update client.deploy parameters (#393)
1 parent aafc2fe commit 3a8e368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ const opts = {
198198
draft: false, // draft deploy or production deploy
199199
message: undefined, // a short message to associate with the deploy
200200
deployTimeout: 1.2e6, // 20 mins
201-
parallelHash: 100, // number of parallel hashing calls
202-
parallelUpload: 5, // number of files to upload in parallel
201+
concurrentHash: 100, // number of parallel hashing calls
202+
concurrentUpload: 5, // number of files to upload in parallel
203203
maxRetry: 5, // number of times to try on failed file uploads
204204
filter: (filepath) => {
205205
/* return false to filter a file from the deploy */

0 commit comments

Comments
 (0)