aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-02 00:00:00 +0100
committerJustin Clark-Casey (justincc)2013-08-02 00:00:00 +0100
commitc9695a0a59cba91a184683efaa7802338d68e4bd (patch)
treefb080c5ba8361478f224d887fb3afd7a834196bf /bin/OpenSimDefaults.ini
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-c9695a0a59cba91a184683efaa7802338d68e4bd.zip
opensim-SC_OLD-c9695a0a59cba91a184683efaa7802338d68e4bd.tar.gz
opensim-SC_OLD-c9695a0a59cba91a184683efaa7802338d68e4bd.tar.bz2
opensim-SC_OLD-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/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini4
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