aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-68/+897
2012-02-18This should smooth movement in heteregeneous networks by a lot: cache the ↵Diva Canto1-1/+33
region by position instead of looking it up all the time -- this was being done during the main update loop!
2011-06-15Added an expiring cache for region information to theMic Bowman1-0/+137
RemoteGridService connector. Timeout is currently set at five minutes. Negative results are not cached. The result is that operations like send an instant message do not have to go through the grid service every time.