diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-03-16 10:37:56 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-03-16 10:37:56 +0100 |
commit | 6f010625bac9ce4d74c8778ab3efb9b411d4104f (patch) | |
tree | 7e254b24bacb87147801813d4ba1ab452e88ef9f /cpp/test/uwp/controller/ViewController.xaml.cpp | |
parent | Potential UWP fix to solve controller crashes (ICE-8713) (diff) | |
download | ice-6f010625bac9ce4d74c8778ab3efb9b411d4104f.tar.bz2 ice-6f010625bac9ce4d74c8778ab3efb9b411d4104f.tar.xz ice-6f010625bac9ce4d74c8778ab3efb9b411d4104f.zip |
Added tracing for allTests.py controller and fixed the thread pool configuration of the UWP controller
Diffstat (limited to 'cpp/test/uwp/controller/ViewController.xaml.cpp')
-rw-r--r-- | cpp/test/uwp/controller/ViewController.xaml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/uwp/controller/ViewController.xaml.cpp b/cpp/test/uwp/controller/ViewController.xaml.cpp index db1756fb828..a2d953ad84d 100644 --- a/cpp/test/uwp/controller/ViewController.xaml.cpp +++ b/cpp/test/uwp/controller/ViewController.xaml.cpp @@ -346,7 +346,7 @@ ControllerHelper::ControllerHelper(ViewController^ controller) { Ice::InitializationData initData = Ice::InitializationData(); initData.properties = Ice::createProperties(); - initData.properties->setProperty("Ice.ThreadPool.Server.SizeMax", "10"); + initData.properties->setProperty("Ice.ThreadPool.Client.SizeMax", "10"); initData.properties->setProperty("Ice.Default.Host", "127.0.0.1"); initData.properties->setProperty("Ice.Override.ConnectTimeout", "1000"); //initData.properties->setProperty("Ice.Trace.Network", "3"); |