In "show throttles", show the maximum drip rate. This shows whether a client is being throttled due to past poor performance.

This commit is contained in:
Oren Hurvitz
2014-06-29 18:49:27 +03:00
parent 5d53412766
commit af3498efdb
4 changed files with 20 additions and 14 deletions

View File

@@ -54,6 +54,7 @@ namespace OpenSim.Framework
public int assetThrottle;
public int textureThrottle;
public int totalThrottle;
public int maxThrottle;
public Dictionary<string, int> SyncRequests = new Dictionary<string,int>();
public Dictionary<string, int> AsyncRequests = new Dictionary<string,int>();