pushing work from server

This commit is contained in:
secgen server
2017-10-13 11:47:39 +01:00
parent a68079786e
commit 6b87f6ca31
2 changed files with 9 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ def get_delete_opts
end
def parse_opts(opts)
options = {:instances => '', :max_threads => 1, :id => '', :all => false}
options = {:instances => '', :max_threads => 3, :id => '', :all => false}
opts.each do |opt, arg|
case opt
when '--instances'