diff options
author | Oren Hurvitz | 2014-06-29 18:49:27 +0300 |
---|---|---|
committer | Justin Clark-Casey | 2014-08-02 00:56:26 +0100 |
commit | d616f75d9a5f86da911a7da367b1a911d3d290f0 (patch) | |
tree | 56230df3f1d64e32ee4eea466734fc1f506097e5 /OpenSim/Framework | |
parent | Include the group name in group IM's (diff) | |
download | opensim-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.cs | 1 |
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>(); |