diff options
author | Jose <jose@zeroc.com> | 2009-12-18 01:31:30 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-12-18 01:31:30 +0100 |
commit | 77f56e82f6c04c594f2049b3d1be743b2770a38f (patch) | |
tree | 01785663ae021fa9ed37eb44509473b6cbaf7128 /cpp | |
parent | Bug 4496 - mcpp writing to invalid memory causes crash on some platforms (diff) | |
download | ice-77f56e82f6c04c594f2049b3d1be743b2770a38f.tar.bz2 ice-77f56e82f6c04c594f2049b3d1be743b2770a38f.tar.xz ice-77f56e82f6c04c594f2049b3d1be743b2770a38f.zip |
Fix configuration customEvictor/server to not show thread grow warnings.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Freeze/customEvictor/config.server | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Freeze/customEvictor/config.server b/cpp/demo/Freeze/customEvictor/config.server index a319b607961..85a416fb58e 100644 --- a/cpp/demo/Freeze/customEvictor/config.server +++ b/cpp/demo/Freeze/customEvictor/config.server @@ -6,7 +6,7 @@ Warehouse.Endpoints=tcp -p 10000 # # Configure 10 threads in the server side thread pool. Setting -# SizeWarn to -1 disables warnings if we start to run out of threads. +# SizeWarn to 10 disables warnings if we start to run out of threads. # Ice.ThreadPool.Server.Size=10 -Ice.ThreadPool.Server.SizeWarn=-1 +Ice.ThreadPool.Server.SizeWarn=10 |