diff options
author | Melanie | 2014-04-25 21:34:29 +0100 |
---|---|---|
committer | Melanie | 2014-04-25 21:34:29 +0100 |
commit | a108fcac957dd2283fb8904207addda6dc7582f0 (patch) | |
tree | 9ac4b3fb57273ae32f67c8c9878adb74d9fc8593 /bin | |
parent | Adjust permissions to work hand in hand with what the viewer believes they are. (diff) | |
download | opensim-SC-a108fcac957dd2283fb8904207addda6dc7582f0.zip opensim-SC-a108fcac957dd2283fb8904207addda6dc7582f0.tar.gz opensim-SC-a108fcac957dd2283fb8904207addda6dc7582f0.tar.bz2 opensim-SC-a108fcac957dd2283fb8904207addda6dc7582f0.tar.xz |
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.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
292 | ; False items will be removed from the scene permanently | 292 | ; False items will be removed from the scene permanently |
293 | UseTrashOnDelete = True | 293 | UseTrashOnDelete = True |
294 | 294 | ||
295 | ; # | ||
296 | ; # Logging | ||
297 | ; # | ||
298 | |||
299 | ; Force logging when the thread pool approaches an overload condition | ||
300 | ; Provides useful data for post-mortem analysis even in a production | ||
301 | ; system with reduced logging | ||
302 | LogOverloads = True | ||
295 | 303 | ||
296 | [Map] | 304 | [Map] |
297 | ;WorldMapModule = "WorldMap" | 305 | ;WorldMapModule = "WorldMap" |