enabled a config option to inventory server to be able to stop it doing the SessionId lookup to the user server. As this ties a inventory server to one userserver/grid.

doing the look up is still enabled by default.
This commit is contained in:
MW
2008-07-25 17:59:34 +00:00
parent d954f46a0a
commit a7db55717b
3 changed files with 57 additions and 27 deletions

View File

@@ -72,6 +72,7 @@ namespace OpenSim.Grid.InventoryServer
//m_inventoryService = new GridInventoryService();
m_inventoryService = new GridInventoryService(m_config.UserServerURL);
m_inventoryService.DoLookup = m_config.SessionLookUp;
m_inventoryService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect);
m_log.Info("[" + LogName + "]: Starting HTTP server ...");