mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
Move experimental attachments throttling further down the chain so that multiple attachments changes (e.g. change outfit) are also throttled
This commit is contained in:
@@ -710,8 +710,8 @@
|
||||
Enabled = true
|
||||
|
||||
; Controls the number of milliseconds that are slept per 100 prims rezzed in attachments
|
||||
; Experimental setting to control CPU spiking when avatars with many attachments login
|
||||
; or when multiple avatars with medium level attachments login simultaneously.
|
||||
; Experimental setting to control CPU spiking when avatars with many attachments login/change outfit
|
||||
; or when multiple avatars with medium level attachments login/change outfit simultaneously.
|
||||
; If 0 then no throttling is performed.
|
||||
ThrottlePer100PrimsRezzed = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user