mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 23:58:50 +08:00
Try Dive's suggestion of not requesting keep alive for rpc requests
Only going to do this with the user service's deregister_messageserver and get_user_friend_list first of all to see if this can isolate any effect.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
m_httpServer.AddXmlRPCHandler("add_new_user_friend", XmlRpcResponseXmlRPCAddUserFriend);
|
||||
m_httpServer.AddXmlRPCHandler("remove_user_friend", XmlRpcResponseXmlRPCRemoveUserFriend);
|
||||
m_httpServer.AddXmlRPCHandler("update_user_friend_perms", XmlRpcResponseXmlRPCUpdateUserFriendPerms);
|
||||
m_httpServer.AddXmlRPCHandler("get_user_friend_list", XmlRpcResponseXmlRPCGetUserFriendList);
|
||||
m_httpServer.AddXmlRPCHandler("get_user_friend_list", XmlRpcResponseXmlRPCGetUserFriendList, false);
|
||||
}
|
||||
|
||||
public XmlRpcResponse FriendListItemListtoXmlRPCResponse(List<FriendListItem> returnUsers)
|
||||
|
||||
Reference in New Issue
Block a user