mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Added property to make for more flexible testing.
This commit is contained in:
@@ -55,6 +55,11 @@ namespace OpenSim.Services.Connectors
|
||||
// Maps: Asset ID -> Handlers which will be called when the asset has been loaded
|
||||
private Dictionary<string, AssetRetrievedEx> m_AssetHandlers = new Dictionary<string, AssetRetrievedEx>();
|
||||
|
||||
public int MaxAssetRequestConcurrency
|
||||
{
|
||||
get { return m_maxAssetRequestConcurrency; }
|
||||
set { m_maxAssetRequestConcurrency = value; }
|
||||
}
|
||||
|
||||
public AssetServicesConnector()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user