diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 09f3462..5517da5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -487,11 +487,14 @@ asterisk_salt = paluempalum | |||
487 | ; in the Sim. The defaults are what is shown below | 487 | ; in the Sim. The defaults are what is shown below |
488 | ;[Sun] | 488 | ;[Sun] |
489 | ; number of wall clock hours for an opensim day. 24.0 would mean realtime | 489 | ; number of wall clock hours for an opensim day. 24.0 would mean realtime |
490 | ;day_length = 0.5 | 490 | ;day_length = 4 |
491 | 491 | ; Year length in days | |
492 | ; send a Sun update ever frame_rate # of frames. A lower number will | 492 | ;year_length = 60 |
493 | ; Day to Night Ratio | ||
494 | ;day_night_offset = 0.45 | ||
495 | ; send a Sun update every update_interval # of frames. A lower number will | ||
493 | ; make for smoother sun transition at the cost of network | 496 | ; make for smoother sun transition at the cost of network |
494 | ;frame_rate = 100 | 497 | ;update_interval = 100 |
495 | 498 | ||
496 | 499 | ||
497 | [ScriptEngine.DotNetEngine] | 500 | [ScriptEngine.DotNetEngine] |