diff options
author | John Hurliman | 2009-10-30 00:43:46 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-30 00:43:46 -0700 |
commit | 7965b6eb611be5f1a3cc75b2f8e3f3b76c87ffa0 (patch) | |
tree | 08f8fb6a0086de02f7014f32e18a4239b2332aff /bin | |
parent | * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll (diff) | |
download | opensim-SC_OLD-7965b6eb611be5f1a3cc75b2f8e3f3b76c87ffa0.zip opensim-SC_OLD-7965b6eb611be5f1a3cc75b2f8e3f3b76c87ffa0.tar.gz opensim-SC_OLD-7965b6eb611be5f1a3cc75b2f8e3f3b76c87ffa0.tar.bz2 opensim-SC_OLD-7965b6eb611be5f1a3cc75b2f8e3f3b76c87ffa0.tar.xz |
* Moving parcel media and avatar update packets from the unthrottled category to task
* Fixing a bug where the max burst rate for the state category was being set as unlimited, causing connections to child agents to saturate bandwidth
* Upped the example default drip rates to 1000 bytes/sec, the minimum granularity for the token buckets
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 3952e2d..6606270 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -399,13 +399,13 @@ | |||
399 | ; These are default values that will be overriden by clients | 399 | ; These are default values that will be overriden by clients |
400 | ; | 400 | ; |
401 | ;resend_default = 12500 | 401 | ;resend_default = 12500 |
402 | ;land_default = 500 | 402 | ;land_default = 1000 |
403 | ;wind_default = 500 | 403 | ;wind_default = 1000 |
404 | ;cloud_default = 50 | 404 | ;cloud_default = 1000 |
405 | ;task_default = 500 | 405 | ;task_default = 1000 |
406 | ;texture_default = 500 | 406 | ;texture_default = 1000 |
407 | ;asset_default = 500 | 407 | ;asset_default = 1000 |
408 | ;state_default = 500 | 408 | ;state_default = 1000 |
409 | 409 | ||
410 | ; Per-client maximum burst rates in bytes per second for the various | 410 | ; Per-client maximum burst rates in bytes per second for the various |
411 | ; throttle categories. These are default values that will be overriden by | 411 | ; throttle categories. These are default values that will be overriden by |