mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
take some future code out
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
m_log.Debug("[MESSAGE TRANSFER]: Module enabled");
|
||||
m_Enabled = true;
|
||||
|
||||
IMXMLRPCSendWorkers = new ObjectJobEngine(SendGridInstantMessageViaXMLRPCAsync, "IMXMLRPCSendWorkers", 1000, 3);
|
||||
IMXMLRPCSendWorkers = new ObjectJobEngine(DoSendIMviaXMLRPC, "IMXMLRPCSendWorkers", 1000, 3);
|
||||
}
|
||||
|
||||
public virtual void AddRegion(Scene scene)
|
||||
|
||||
Reference in New Issue
Block a user