From a108fcac957dd2283fb8904207addda6dc7582f0 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 25 Apr 2014 21:34:29 +0100 Subject: Restore overload mode accidentally disabled in a prior commit. Add a new config option, LogOverloads, to log when a thread pool overload occurs. This option defaults to "True" because the logging data is useful for diagnosing threading issues. --- bin/OpenSimDefaults.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 2a92fbc..df332ca 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -292,6 +292,14 @@ ; False items will be removed from the scene permanently UseTrashOnDelete = True + ; # + ; # Logging + ; # + + ; Force logging when the thread pool approaches an overload condition + ; Provides useful data for post-mortem analysis even in a production + ; system with reduced logging + LogOverloads = True [Map] ;WorldMapModule = "WorldMap" -- cgit v1.1