diff options
author | Justin Clark-Casey (justincc) | 2013-08-02 00:00:00 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-02 00:00:00 +0100 |
commit | c9695a0a59cba91a184683efaa7802338d68e4bd (patch) | |
tree | fb080c5ba8361478f224d887fb3afd7a834196bf /bin | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-c9695a0a59cba91a184683efaa7802338d68e4bd.zip opensim-SC-c9695a0a59cba91a184683efaa7802338d68e4bd.tar.gz opensim-SC-c9695a0a59cba91a184683efaa7802338d68e4bd.tar.bz2 opensim-SC-c9695a0a59cba91a184683efaa7802338d68e4bd.tar.xz |
Move experimental attachments throttling further down the chain so that multiple attachments changes (e.g. change outfit) are also throttled
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 2488bf1..d5d29ec 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -710,8 +710,8 @@ | |||
710 | Enabled = true | 710 | Enabled = true |
711 | 711 | ||
712 | ; Controls the number of milliseconds that are slept per 100 prims rezzed in attachments | 712 | ; Controls the number of milliseconds that are slept per 100 prims rezzed in attachments |
713 | ; Experimental setting to control CPU spiking when avatars with many attachments login | 713 | ; Experimental setting to control CPU spiking when avatars with many attachments login/change outfit |
714 | ; or when multiple avatars with medium level attachments login simultaneously. | 714 | ; or when multiple avatars with medium level attachments login/change outfit simultaneously. |
715 | ; If 0 then no throttling is performed. | 715 | ; If 0 then no throttling is performed. |
716 | ThrottlePer100PrimsRezzed = 0; | 716 | ThrottlePer100PrimsRezzed = 0; |
717 | 717 | ||