aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/ServiceThrottle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed the MapItems thread. Redirected the map items requests to the ↵Diva Canto2013-07-161-3/+2
| | | | services throttle thread. Didn't change anything in how that processor is implemented, for better or for worse.
* Improvements to the ServiceThrottleModule: added a category and an itemid to ↵Diva Canto2013-07-161-9/+26
| | | | the interface, so that duplicate requests aren't enqueued more than once.
* Added config var to fiddle with the Interval for the service throttle threadDiva Canto2013-07-161-1/+4
|
* Deleted a couple of verbose messagesDiva Canto2013-07-161-1/+1
|
* Changed the name to ServiceThrottle/ServiceThrottleModule in order to ↵Diva Canto2013-07-161-0/+237
reflect its more generic nature.