mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Very early first implementation of grid based assets.
Run this on a major grid, and weep
This commit is contained in:
@@ -301,6 +301,10 @@ namespace OpenSim
|
||||
{
|
||||
assetServer = new LocalAssetServer();
|
||||
}
|
||||
else if (m_assetStorage == "grid")
|
||||
{
|
||||
assetServer = new GridAssetClient(m_networkServersInfo.AssetURL);
|
||||
}
|
||||
else
|
||||
{
|
||||
SQLAssetServer sqlAssetServer = new SQLAssetServer(standaloneAssetPlugin);
|
||||
|
||||
Reference in New Issue
Block a user