diff options
author | Diva Canto | 2013-07-13 10:35:41 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-13 10:35:41 -0700 |
commit | 3a26e366d2829c2f66a8aa22158bd0905f0894de (patch) | |
tree | e9024c7ed0afbc7a7df0f58570a4d155910dd189 /OpenSim/Region/RegionCombinerModule | |
parent | Same issue as previous commit. (diff) | |
download | opensim-SC_OLD-3a26e366d2829c2f66a8aa22158bd0905f0894de.zip opensim-SC_OLD-3a26e366d2829c2f66a8aa22158bd0905f0894de.tar.gz opensim-SC_OLD-3a26e366d2829c2f66a8aa22158bd0905f0894de.tar.bz2 opensim-SC_OLD-3a26e366d2829c2f66a8aa22158bd0905f0894de.tar.xz |
This commit effectively reverses the previous one, but it's just to log that we found the root of the rez delay: the priority scheme BestAvatarResponsiveness, which is currently the default, was the culprit. Changing it to FrontBack made the region rez be a lot more natural.
BestAvatarResponsiveness introduces the region rez delay in cases where the region is full of avatars with lots of attachments, which is the case in CC load tests. In that case, the inworld prims are sent only after all avatar attachments are sent. Not recommended for regions with heavy avatar traffic!
Diffstat (limited to 'OpenSim/Region/RegionCombinerModule')
0 files changed, 0 insertions, 0 deletions