diff options
author | UbitUmarov | 2019-10-14 11:32:00 +0100 |
---|---|---|
committer | UbitUmarov | 2019-10-14 11:32:00 +0100 |
commit | 23587391f855b5aa6f7a2e511aba68e304ee5692 (patch) | |
tree | af5dee3848e4a0b329dc515d2a9c1b46bc0315de /OpenSim/Framework/VersionInfo.cs | |
parent | viewers group search page size is 100 ( and not way to detect other value, so... (diff) | |
download | opensim-SC-23587391f855b5aa6f7a2e511aba68e304ee5692.zip opensim-SC-23587391f855b5aa6f7a2e511aba68e304ee5692.tar.gz opensim-SC-23587391f855b5aa6f7a2e511aba68e304ee5692.tar.bz2 opensim-SC-23587391f855b5aa6f7a2e511aba68e304ee5692.tar.xz |
basic search: fix people search, add some caching
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index a1ba2aa..f0f1eb4 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -75,7 +75,7 @@ namespace OpenSim | |||
75 | /// The protocol version that we will use for outgoing transfers | 75 | /// The protocol version that we will use for outgoing transfers |
76 | /// Valid values are | 76 | /// Valid values are |
77 | /// "SIMULATION/0.3" | 77 | /// "SIMULATION/0.3" |
78 | /// - This is the latest, and it supports teleports to variable-sized regions | 78 | /// - supports teleports to variable-sized regions |
79 | /// - Older versions can teleport to this one, but only if the destination region | 79 | /// - Older versions can teleport to this one, but only if the destination region |
80 | /// is 256x256 | 80 | /// is 256x256 |
81 | /// "SIMULATION/0.2" | 81 | /// "SIMULATION/0.2" |