aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-01 19:33:18 +0000
committerMelanie Thielker2009-05-01 19:33:18 +0000
commit0f721da5f1f2827a286fadb8ef7207266ba2d9f1 (patch)
tree7df098edb0251de54c520f1ff082eaa703a56cb5 /bin
parentThrottle prim sending a bit (again) to ensure the queues don't overrun and (diff)
downloadopensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.zip
opensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.tar.gz
opensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.tar.bz2
opensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.tar.xz
Add a tweakable for the prim queue preload
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 506265d..7f7bcf4 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -78,6 +78,9 @@
78 ; YOU HAVE BEEN WARNED!!! 78 ; YOU HAVE BEEN WARNED!!!
79 TrustBinaries = false 79 TrustBinaries = false
80 80
81 ; How many prims to send to each avatar in the scene on each Update()
82 ; MaxPrimsPerFrame = 200
83
81 ; ## 84 ; ##
82 ; ## STORAGE 85 ; ## STORAGE
83 ; ## 86 ; ##