diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs index 45013b3..33375ff 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |||
@@ -700,7 +700,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
700 | } | 700 | } |
701 | 701 | ||
702 | 702 | ||
703 | const int MIN_CALLBACK_MS = 30; | 703 | const int MIN_CALLBACK_MS = 10; |
704 | 704 | ||
705 | /// <summary> | 705 | /// <summary> |
706 | /// Does an early check to see if this queue empty callback is already | 706 | /// Does an early check to see if this queue empty callback is already |