Skip to content

Commit 4e789f3

Browse files
committed
default 1 for robustness
1 parent 68441e0 commit 4e789f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func main() {
9999
rootCmd.PersistentFlags().StringP("release", "r", "dofus3", "Which Game release version type to use. Available: 'main', 'beta', 'dofus3'.")
100100
rootCmd.PersistentFlags().StringP("output", "o", "./data", "Working folder for output or input.")
101101
rootCmd.PersistentFlags().String("manifest", "", "Manifest file path. Empty will download it if it is not found.")
102-
rootCmd.PersistentFlags().IntP("jobs", "j", 4, "Number of workers to use when things can run in parallel. High numbers on small machines can cause issues with RAM or Docker.")
102+
rootCmd.PersistentFlags().IntP("jobs", "j", 1, "Number of workers to use when things can run in parallel. High numbers on small machines can cause issues with RAM or Docker.")
103103
rootCmd.PersistentFlags().StringArrayP("ignore", "i", []string{}, `Exclude categories of content from download and unpacking. Below are the categories available for both Dofus 2 and Dofus 3.
104104
105105
Join them with a '-'. Example: --i images-items --i data-language.

0 commit comments

Comments
 (0)