diff options
author | Robert Adams | 2013-03-02 13:02:02 -0800 |
---|---|---|
committer | Robert Adams | 2013-03-02 13:02:02 -0800 |
commit | b47ffb5dc40418705bb16669e47130aeddeaec6c (patch) | |
tree | ae2d2366bb4bfd518b8f80bd436e4d1aed92c565 | |
parent | Move AllowedClients and BannedClients section to new [AccessControl] section ... (diff) | |
download | opensim-SC_OLD-b47ffb5dc40418705bb16669e47130aeddeaec6c.zip opensim-SC_OLD-b47ffb5dc40418705bb16669e47130aeddeaec6c.tar.gz opensim-SC_OLD-b47ffb5dc40418705bb16669e47130aeddeaec6c.tar.bz2 opensim-SC_OLD-b47ffb5dc40418705bb16669e47130aeddeaec6c.tar.xz |
Added existance and default value for [XEngine]MinTimerInterval to OpenSimDefaults.ini
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 091107f..417150a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1400,6 +1400,10 @@ | |||
1400 | ; up the system to malicious scripters | 1400 | ; up the system to malicious scripters |
1401 | ; NotecardLineReadCharsMax = 255 | 1401 | ; NotecardLineReadCharsMax = 255 |
1402 | 1402 | ||
1403 | ; Minimum settable timer interval. Any timer setting less than this is | ||
1404 | ; rounded up to this minimum interval. | ||
1405 | ; MinTimerInterval = 0.5 | ||
1406 | |||
1403 | ; Sensor settings | 1407 | ; Sensor settings |
1404 | SensorMaxRange = 96.0 | 1408 | SensorMaxRange = 96.0 |
1405 | SensorMaxResults = 16 | 1409 | SensorMaxResults = 16 |