aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorUbitUmarov2017-12-11 23:36:42 +0000
committerUbitUmarov2017-12-11 23:36:42 +0000
commita95e28616842f70bb64bf701c2534d75490e539e (patch)
treedade7134eca49d1861f2201cba1e19231fbff535 /bin/config-include/StandaloneHypergrid.ini
parentmove some sharable items out of Xmute to Framework; add another test mutelist... (diff)
downloadopensim-SC_OLD-a95e28616842f70bb64bf701c2534d75490e539e.zip
opensim-SC_OLD-a95e28616842f70bb64bf701c2534d75490e539e.tar.gz
opensim-SC_OLD-a95e28616842f70bb64bf701c2534d75490e539e.tar.bz2
opensim-SC_OLD-a95e28616842f70bb64bf701c2534d75490e539e.tar.xz
increase sample rate of WaitGetScenePresence()
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 84867a9..4f3994f 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -27,6 +27,7 @@
27 FriendsModule = "HGFriendsModule" 27 FriendsModule = "HGFriendsModule"
28 UserManagementModule = "HGUserManagementModule" 28 UserManagementModule = "HGUserManagementModule"
29 SearchModule = "BasicSearchModule" 29 SearchModule = "BasicSearchModule"
30 MuteListService = "LocalMuteListServicesConnector"
30 31
31 InventoryServiceInConnector = true 32 InventoryServiceInConnector = true
32 AssetServiceInConnector = true 33 AssetServiceInConnector = true
@@ -190,6 +191,9 @@
190 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 191 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
191 InGatekeeper = True 192 InGatekeeper = True
192 193
194[MuteListService]
195 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"
196
193;; This should always be the very last thing on this file 197;; This should always be the very last thing on this file
194[Includes] 198[Includes]
195 Include-Common = "config-include/StandaloneCommon.ini" 199 Include-Common = "config-include/StandaloneCommon.ini"