mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, PrimOwnerRequestsPerSec = 25; increase concurrency to 8
This commit is contained in:
@@ -13950,7 +13950,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if(httpScriptMod == null)
|
||||
return "";
|
||||
|
||||
if(!httpScriptMod.CheckThrottle(m_host.LocalId))
|
||||
if(!httpScriptMod.CheckThrottle(m_host.LocalId, m_host.OwnerID))
|
||||
return UUID.Zero.ToString();
|
||||
|
||||
List<string> param = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user