monior change... you can now set 1 thread for upload... · b599f34e26 - SVN.BY: Go Git Service
Browse Source

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

Tiernan OToole 8 years ago
parent
commit
b599f34e26
1 changed files with 1 additions and 1 deletions
  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
                     {