diff options
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 |