diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rwxr-xr-x | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 6746573..19535dc 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -369,7 +369,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
369 | /// </summary> | 369 | /// </summary> |
370 | public int IncomingOrphanedPacketCount { get; protected set; } | 370 | public int IncomingOrphanedPacketCount { get; protected set; } |
371 | 371 | ||
372 | public bool SupportViewerObjectsCache = false; | 372 | public bool SupportViewerObjectsCache = true; |
373 | /// <summary> | 373 | /// <summary> |
374 | /// Run queue empty processing within a single persistent thread. | 374 | /// Run queue empty processing within a single persistent thread. |
375 | /// </summary> | 375 | /// </summary> |