diff options
author | UbitUmarov | 2017-12-11 23:36:42 +0000 |
---|---|---|
committer | UbitUmarov | 2017-12-11 23:36:42 +0000 |
commit | a95e28616842f70bb64bf701c2534d75490e539e (patch) | |
tree | dade7134eca49d1861f2201cba1e19231fbff535 /bin/config-include/StandaloneHypergrid.ini | |
parent | move some sharable items out of Xmute to Framework; add another test mutelist... (diff) | |
download | opensim-SC-a95e28616842f70bb64bf701c2534d75490e539e.zip opensim-SC-a95e28616842f70bb64bf701c2534d75490e539e.tar.gz opensim-SC-a95e28616842f70bb64bf701c2534d75490e539e.tar.bz2 opensim-SC-a95e28616842f70bb64bf701c2534d75490e539e.tar.xz |
increase sample rate of WaitGetScenePresence()
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 4 |
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" |