aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorOren Hurvitz2014-06-29 18:49:27 +0300
committerJustin Clark-Casey2014-08-02 00:56:26 +0100
commitd616f75d9a5f86da911a7da367b1a911d3d290f0 (patch)
tree56230df3f1d64e32ee4eea466734fc1f506097e5 /OpenSim/Framework
parentInclude the group name in group IM's (diff)
downloadopensim-SC_OLD-d616f75d9a5f86da911a7da367b1a911d3d290f0.zip
opensim-SC_OLD-d616f75d9a5f86da911a7da367b1a911d3d290f0.tar.gz
opensim-SC_OLD-d616f75d9a5f86da911a7da367b1a911d3d290f0.tar.bz2
opensim-SC_OLD-d616f75d9a5f86da911a7da367b1a911d3d290f0.tar.xz
In "show throttles", show the maximum drip rate. This shows whether a client is being throttled due to past poor performance.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/ClientInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/ClientInfo.cs b/OpenSim/Framework/ClientInfo.cs
index 9021315..d68078e 100644
--- a/OpenSim/Framework/ClientInfo.cs
+++ b/OpenSim/Framework/ClientInfo.cs
@@ -54,6 +54,7 @@ namespace OpenSim.Framework
54 public int assetThrottle; 54 public int assetThrottle;
55 public int textureThrottle; 55 public int textureThrottle;
56 public int totalThrottle; 56 public int totalThrottle;
57 public int maxThrottle;
57 58
58 public Dictionary<string, int> SyncRequests = new Dictionary<string,int>(); 59 public Dictionary<string, int> SyncRequests = new Dictionary<string,int>();
59 public Dictionary<string, int> AsyncRequests = new Dictionary<string,int>(); 60 public Dictionary<string, int> AsyncRequests = new Dictionary<string,int>();