aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorH-H-H2014-03-20 21:32:33 +0000
committerJustin Clark-Casey (justincc)2014-03-20 22:35:50 +0000
commitda259033006c33f83872feae5737398fcffa6639 (patch)
tree73b95dda068a702aa6e3c12f362f7ba868853f60 /bin
parentIf we find an existing suitcase folder in HGSuitcaseInventoryService.GetRootF... (diff)
downloadopensim-SC_OLD-da259033006c33f83872feae5737398fcffa6639.zip
opensim-SC_OLD-da259033006c33f83872feae5737398fcffa6639.tar.gz
opensim-SC_OLD-da259033006c33f83872feae5737398fcffa6639.tar.bz2
opensim-SC_OLD-da259033006c33f83872feae5737398fcffa6639.tar.xz
Adding a way to disable/enable the in built Dwell Module
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f59dbf2..d8474d3 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1791,6 +1791,9 @@
1791 ;; Default time interval (in ms) for the throttle service thread to wake up 1791 ;; Default time interval (in ms) for the throttle service thread to wake up
1792 Interval = 5000 1792 Interval = 5000
1793 1793
1794[Dwell]
1795 ;; This enables the built in basic dwell module
1796 DwellModule = DefaultDwellModule
1794 1797
1795[Modules] 1798[Modules]
1796 Include-modules = "addon-modules/*/config/*.ini" 1799 Include-modules = "addon-modules/*/config/*.ini"