diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-17 23:30:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-20 21:56:28 +0200 |
| commit | 8fcd1dc3bdec69d4aa7bc76926993733952a10be (patch) | |
| tree | 343bb07f08b24d203fac5823bd0ca29557872bba /test/test.cc | |
| parent | 60f3f8ff110d55e0d720784dd40c9bc62d342d2c (diff) | |
Run all tests with lots of encoding threads.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index 9be0d4711..b6e017acd 100644 --- a/test/test.cc +++ b/test/test.cc @@ -77,7 +77,7 @@ boost::filesystem::path TestPaths::xsd = boost::filesystem::canonical(boost::fil void setup_test_config () { - Config::instance()->set_master_encoding_threads (1); + Config::instance()->set_master_encoding_threads (boost::thread::hardware_concurrency()); Config::instance()->set_server_encoding_threads (1); Config::instance()->set_server_port_base (61921); Config::instance()->set_default_isdcf_metadata (ISDCFMetadata ()); |
