diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-03-04 11:36:29 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-03-04 11:36:29 -0800 |
commit | b35ffd530488f0411dfc257e023a1b00c1c38eec (patch) | |
tree | 582b705475de3123412cc0e253396adf2455bdc3 /indra | |
parent | 1201b24d41b285793c1b933c7aebd5a05fa0d27b (diff) |
Fix for EXT-5935
Decrease PluginInstancesCPULimit default value from 1.0 to 0.9.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index f87cdbc43e..a64a1a395f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -5492,7 +5492,7 @@ <key>Type</key> <string>F32</string> <key>Value</key> - <real>1.0</real> + <real>0.9</real> </map> <key>PlainTextChatHistory</key> |