monior change... you can now set 1 thread for upload... · b599f34e26 - SVN.BY: Go Git Service
Bläddra i källkod

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

Tiernan OToole 8 år sedan
förälder
incheckning
b599f34e26
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      B2Uploader/Program.cs

+ 1 - 1
B2Uploader/Program.cs

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