diff options
author | UbitUmarov | 2015-11-09 15:06:41 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-09 15:06:41 +0000 |
commit | d17633f6c000b219b423d1268b9fed2ee2d6ccde (patch) | |
tree | 8abdc75b317d79e0c1d43483d517a6ee76500a73 /bin | |
parent | add StatisticsFPSfactor configuration option (fudge factor) with default of 1... (diff) | |
download | opensim-SC-d17633f6c000b219b423d1268b9fed2ee2d6ccde.zip opensim-SC-d17633f6c000b219b423d1268b9fed2ee2d6ccde.tar.gz opensim-SC-d17633f6c000b219b423d1268b9fed2ee2d6ccde.tar.bz2 opensim-SC-d17633f6c000b219b423d1268b9fed2ee2d6ccde.tar.xz |
replace StatisticsFPSfactor that needed to be changed with FrameTime to a simpler true or false Normalized55FPS that is now TRUE by default. Incorrectly this commit also contains changes that should had their own commits: changes to heartbeat time control ant to gathering and calculation of related statistics.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index e1bdb0f..a558094 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -166,15 +166,15 @@ | |||
166 | ; into a restart. | 166 | ; into a restart. |
167 | InworldRestartShutsDown = false | 167 | InworldRestartShutsDown = false |
168 | 168 | ||
169 | ; Statistics scale factor (also known by some as Fudge factor multiplier) | 169 | ; Use of normalized 55FPS statistics |
170 | ; for closer compatibility with viewers, some scripts and users expectations | 170 | ; Opensim does not have a frame rate control like other simulators |
171 | ; we tradicionally reported in statistics a normalized value of 55fps when a region runs at the normal rate | 171 | ; Most parameters that control timing can be configurable region by region |
172 | ; of (1 / FrameTime) defined below. | 172 | ; To achive closer compatibility with values expected by viewers, scripts and users |
173 | ; So multiply factor is applied to that rate (ie a divide in frame time or time per frame) | 173 | ; some parameters are converted to a equivalent per frame value. |
174 | ; Its value should be 55 * FrameTime. | 174 | ; Adicionaly they are scaled to values they whould have on a system running at a nominal 55 frames per second rate |
175 | ; StatisticsFPSfactor = 5.0 | 175 | ; The scale factor it 55 * FrameTime, corresponding to 5 with default configuration |
176 | ; or you can choose to not apply this factor: | 176 | ; You can choose to not apply this scale factor setting Normalized55FPS to false. |
177 | StatisticsFPSfactor = 1.0 | 177 | Normalized55FPS = false |
178 | 178 | ||
179 | ; Main Frame time | 179 | ; Main Frame time |
180 | ; This defines the rate of several simulation events. | 180 | ; This defines the rate of several simulation events. |