monior change... you can now set 1 thread for upload... · b599f34e26 - SVN.BY: Go Git Service
Przeglądaj źródła

monior change... you can now set 1 thread for upload...

Tiernan OToole 8 lat temu
rodzic
commit
b599f34e26
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      B2Uploader/Program.cs

+ 1 - 1
B2Uploader/Program.cs

@@ -87,7 +87,7 @@ namespace B2Uploader
87 87
 
88 88
                 int maxParallel = 2;
89 89
 
90
-                if(options.Threads > 2)
90
+                if(options.Threads > 0)
91 91
                 {
92 92
                     if (options.Verbose)
93 93
                     {