Merge branch 'master' of /home/opensim/var/repo/opensim
commit
3e6043bb47
|
@ -429,7 +429,10 @@ namespace OpenSim.Region.CoreModules.World.Land
|
|||
{
|
||||
bool isMember;
|
||||
if (m_groupMemberCache.TryGetValue(avatar, out isMember))
|
||||
{
|
||||
m_groupMemberCache.Update(avatar, isMember, m_groupMemberCacheTimeout);
|
||||
return isMember;
|
||||
}
|
||||
|
||||
IGroupsModule groupsModule = m_scene.RequestModuleInterface<IGroupsModule>();
|
||||
if (groupsModule == null)
|
||||
|
|
|
@ -1129,7 +1129,7 @@
|
|||
|
||||
; Maximum number of llListen events we allow over the entire region.
|
||||
; Set this to 0 to have no limit imposed
|
||||
max_listeners_per_region = 1000
|
||||
max_listens_per_region = 1000
|
||||
|
||||
; Maximum number of llListen events we allow per script
|
||||
; Set this to 0 to have no limit imposed.
|
||||
|
|
|
@ -319,13 +319,13 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
|||
; password help: optional: page providing password assistance for users of your grid
|
||||
;password = http://127.0.0.1/password
|
||||
|
||||
; HG address of the gatekeeper, if you have one
|
||||
; this is the entry point for all the regions of the world
|
||||
; gatekeeper = http://127.0.0.1:8002/
|
||||
; HG address of the gatekeeper, if you have one
|
||||
; this is the entry point for all the regions of the world
|
||||
; gatekeeper = http://127.0.0.1:8002/
|
||||
|
||||
; HG user domain, if you have one
|
||||
; this is the entry point for all user-related HG services
|
||||
; uas = http://127.0.0.1:8002/
|
||||
; HG user domain, if you have one
|
||||
; this is the entry point for all user-related HG services
|
||||
; uas = http://127.0.0.1:8002/
|
||||
|
||||
[GatekeeperService]
|
||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
||||
|
|
|
@ -231,13 +231,13 @@
|
|||
; currently unused
|
||||
;password = http://127.0.0.1/password
|
||||
|
||||
; HG address of the gatekeeper, if you have one
|
||||
; this is the entry point for all the regions of the world
|
||||
; gatekeeper = http://127.0.0.1:9000/
|
||||
; HG address of the gatekeeper, if you have one
|
||||
; this is the entry point for all the regions of the world
|
||||
; gatekeeper = http://127.0.0.1:9000/
|
||||
|
||||
; HG user domain, if you have one
|
||||
; this is the entry point for all user-related HG services
|
||||
; uas = http://127.0.0.1:9000/
|
||||
; HG user domain, if you have one
|
||||
; this is the entry point for all user-related HG services
|
||||
; uas = http://127.0.0.1:9000/
|
||||
|
||||
[MapImageService]
|
||||
; Set this if you want to change the default
|
||||
|
|
Loading…
Reference in New Issue