summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertiesI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/PropertiesI.cpp')
-rw-r--r--cpp/src/Ice/PropertiesI.cpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/cpp/src/Ice/PropertiesI.cpp b/cpp/src/Ice/PropertiesI.cpp
index 247823bf690..efe7c75389f 100644
--- a/cpp/src/Ice/PropertiesI.cpp
+++ b/cpp/src/Ice/PropertiesI.cpp
@@ -134,6 +134,7 @@ static const string iceProps[] =
"ThreadPool.Server.SizeWarn",
"ThreadPool.Server.StackSize",
"ThreadPerConnection",
+ "ThreadPerConnection.StackSize",
"Trace.GC",
"Trace.Location",
"Trace.Network",
@@ -340,30 +341,24 @@ static const string glacierProps[] =
static const string glacier2Props[] =
{
+ "Client.AlwaysBatch",
"Client.Endpoints",
"Client.ForwardContext",
"Client.SleepTime",
- "Client.ThreadPool.Size",
- "Client.ThreadPool.SizeMax",
- "Client.ThreadPool.SizeWarn",
- "Client.ThreadPool.StackSize",
- "Client.ThreadStackSize",
"Client.Trace.Override",
"Client.Trace.Reject",
"Client.Trace.Request",
+ "Client.Unbuffered",
"CryptPasswords",
"PermissionsVerifier",
"RouterIdentity",
+ "Server.AlwaysBatch",
"Server.Endpoints",
"Server.ForwardContext",
"Server.SleepTime",
- "Server.ThreadPool.Size",
- "Server.ThreadPool.SizeMax",
- "Server.ThreadPool.SizeWarn",
- "Server.ThreadPool.StackSize",
- "Server.ThreadStackSize",
"Server.Trace.Override",
"Server.Trace.Request",
+ "Server.Unbuffered",
"SessionManager",
"SessionTimeout",
"Trace.RoutingTable",