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

Commit a6476c9

Browse files
authored
Merge pull request #153 from kitop/patch-1
Update syncFileLimit to 100
2 parents 960089a + 0e8f2a5 commit a6476c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = async (api, siteId, dir, opts) => {
2222
concurrentHash: 100, // concurrent file hash calls
2323
concurrentUpload: 15, // Number of concurrent uploads
2424
filter: defaultFilter,
25-
syncFileLimit: 7000, // number of files
25+
syncFileLimit: 100, // number of files
2626
maxRetry: 5, // number of times to retry an upload
2727
statusCb: () => {
2828
/* default to noop */

0 commit comments

Comments
 (0)