mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, PrimOwnerRequestsPerSec = 25; increase concurrency to 8
This commit is contained in:
@@ -87,6 +87,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void StopHttpRequest(uint m_localID, UUID m_itemID);
|
||||
IServiceRequest GetNextCompletedRequest();
|
||||
void RemoveCompletedRequest(UUID id);
|
||||
bool CheckThrottle(uint localID);
|
||||
bool CheckThrottle(uint localID, UUID onerID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user