summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/controller/ViewController.xaml.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-03-16 10:37:56 +0100
committerBenoit Foucher <benoit@zeroc.com>2018-03-16 10:37:56 +0100
commit6f010625bac9ce4d74c8778ab3efb9b411d4104f (patch)
tree7e254b24bacb87147801813d4ba1ab452e88ef9f /cpp/test/uwp/controller/ViewController.xaml.cpp
parentPotential UWP fix to solve controller crashes (ICE-8713) (diff)
downloadice-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.cpp2
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");