monior change... you can now set 1 thread for upload... · b599f34e26 - SVN.BY: Go Git Service
Explorar el Código

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

Tiernan OToole hace 8 años
padre
commit
b599f34e26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                     {