From 4e0b98d5466e80ac6e0004ef4f0e3ffaa50ae069 Mon Sep 17 00:00:00 2001 From: davidejones Date: Sat, 4 Mar 2023 09:18:43 +0000 Subject: [PATCH] switch transfers to workers --- content/en/commands/hugo_deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/commands/hugo_deploy.md b/content/en/commands/hugo_deploy.md index c3cb9f68d..7b14c30ef 100644 --- a/content/en/commands/hugo_deploy.md +++ b/content/en/commands/hugo_deploy.md @@ -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