Skip to content

Commit

Permalink
switch transfers to workers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidejones authored and bep committed Mar 7, 2023
1 parent 11651ac commit 4e0b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/commands/hugo_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hugo deploy [flags]
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--invalidateCDN invalidate the CDN cache listed in the deployment target (default true)
--maxDeletes int maximum # of files to delete, or -1 to disable (default 256)
--transfers int number of file transfers to run in parallel (default 10)
--workers int number of workers to transfer files. (default 10)
-s, --source string filesystem path to read files relative from
--target string target deployment from deployments section in config file; defaults to the first one
--themesDir string filesystem path to themes directory
Expand Down

0 comments on commit 4e0b98d

Please sign in to comment.