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

Commit

Permalink
Merge pull request #153 from kitop/patch-1
Browse files Browse the repository at this point in the history
Update syncFileLimit to 100
  • Loading branch information
erezrokah authored Sep 16, 2020
2 parents 960089a + 0e8f2a5 commit a6476c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = async (api, siteId, dir, opts) => {
concurrentHash: 100, // concurrent file hash calls
concurrentUpload: 15, // Number of concurrent uploads
filter: defaultFilter,
syncFileLimit: 7000, // number of files
syncFileLimit: 100, // number of files
maxRetry: 5, // number of times to retry an upload
statusCb: () => {
/* default to noop */
Expand Down

0 comments on commit a6476c9

Please sign in to comment.