summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-27 11:57:15 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-27 11:57:15 +0100
commit1f7f758273eb3c98356438da897b7709f8cb87f0 (patch)
tree06fb17aa8ee01c91779402f1abb3c5d2a389ed7a /src/tools/dcpomatic_server_cli.cc
parent350c6ca06fd782917586d039850c93f8f9613707 (diff)
Distinguish master DoM encode threads count from the server count.
Diffstat (limited to 'src/tools/dcpomatic_server_cli.cc')
-rw-r--r--src/tools/dcpomatic_server_cli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server_cli.cc b/src/tools/dcpomatic_server_cli.cc
index fa13ebb5f..6dca8064c 100644
--- a/src/tools/dcpomatic_server_cli.cc
+++ b/src/tools/dcpomatic_server_cli.cc
@@ -64,7 +64,7 @@ main (int argc, char* argv[])
dcpomatic_setup_path_encoding ();
dcpomatic_setup ();
- int num_threads = Config::instance()->num_local_encoding_threads ();
+ int num_threads = Config::instance()->server_encoding_threads ();
bool verbose = false;
bool write_log = false;