diff options
author | Justin Clark-Casey (justincc) | 2012-03-23 03:37:59 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-23 03:38:33 +0000 |
commit | e5b182fb41fb78a271b45f40e3d50e387bc38ad8 (patch) | |
tree | be5b4f623ced3e8f0baca2e9fbd85557902cb933 /bin | |
parent | Add experimental SendPeriodicAppearanceUpdates = true/false setting to [Start... (diff) | |
download | opensim-SC_OLD-e5b182fb41fb78a271b45f40e3d50e387bc38ad8.zip opensim-SC_OLD-e5b182fb41fb78a271b45f40e3d50e387bc38ad8.tar.gz opensim-SC_OLD-e5b182fb41fb78a271b45f40e3d50e387bc38ad8.tar.bz2 opensim-SC_OLD-e5b182fb41fb78a271b45f40e3d50e387bc38ad8.tar.xz |
Add information about SendPeriodicAppearanceUpdates to OpenSimDefaults.ini for now.
Default remains false.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3470b82..6986046 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -177,6 +177,11 @@ | |||
177 | ; Objects will always be considered for persistance in the next sweep if the first change occurred this number of seconds ago | 177 | ; Objects will always be considered for persistance in the next sweep if the first change occurred this number of seconds ago |
178 | MaximumTimeBeforePersistenceConsidered = 600 | 178 | MaximumTimeBeforePersistenceConsidered = 600 |
179 | 179 | ||
180 | ; Experimental setting to resend appearance updates every 60 seconds. | ||
181 | ; These packets are small and this can help with grey avatar syndrome. | ||
182 | ; Default is false | ||
183 | SendPeriodicAppearanceUpdates = false | ||
184 | |||
180 | ; ## | 185 | ; ## |
181 | ; ## PHYSICS | 186 | ; ## PHYSICS |
182 | ; ## | 187 | ; ## |