diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertiesI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/PropertiesI.cpp b/cpp/src/Ice/PropertiesI.cpp index 411189f20c4..b1af4fe9433 100644 --- a/cpp/src/Ice/PropertiesI.cpp +++ b/cpp/src/Ice/PropertiesI.cpp @@ -326,6 +326,9 @@ static const string glacier2Props[] = "Client.Endpoints", "Client.ForwardContext", "Client.SleepTime", + "Client.ThreadPool.Size", + "Client.ThreadPool.SizeMax", + "Client.ThreadPool.SizeWarn", "Client.Trace.Override", "Client.Trace.Reject", "Client.Trace.Request", @@ -335,6 +338,9 @@ static const string glacier2Props[] = "Server.Endpoints", "Server.ForwardContext", "Server.SleepTime", + "Server.ThreadPool.Size", + "Server.ThreadPool.SizeMax", + "Server.ThreadPool.SizeWarn", "Server.Trace.Override", "Server.Trace.Request", "SessionManager", |