mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Refactor
* Break out common BasicDOSProtector code into separate class.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Server.Handlers.Asset
|
||||
MaxRequestsInTimeframe = 5,
|
||||
ReportingName = "ASSETGETDOSPROTECTOR",
|
||||
RequestTimeSpan = TimeSpan.FromSeconds(5),
|
||||
ThrottledAction = ThrottleAction.DoThrottledMethod
|
||||
ThrottledAction = BasicDOSProtector.ThrottleAction.DoThrottledMethod
|
||||
})
|
||||
{
|
||||
m_AssetService = service;
|
||||
|
||||
Reference in New Issue
Block a user