Set number of threads from GUI and save it in config files. #154

This commit is contained in:
Alessandro Ranellucci 2012-05-19 15:08:32 +02:00
parent b93a46969d
commit 8fe5d11624
3 changed files with 11 additions and 2 deletions

View file

@ -21,6 +21,11 @@ our $Options = {
serialize => sub { join '\n', split /\R/, $_[0] },
deserialize => sub { join "\n", split /\\n/, $_[0] },
},
'threads' => {
label => 'Threads (more speed, more memory usage)',
cli => 'threads|j=i',
type => 'i',
},
# output options
'output_filename_format' => {