diff options
author | John Hurliman | 2009-09-30 17:51:34 -0700 |
---|---|---|
committer | John Hurliman | 2009-09-30 17:51:34 -0700 |
commit | cb26878f96adf99235709e1460474513d2e38f36 (patch) | |
tree | ba23794b2c24f7c27bd3d1ed878f84d43292d7ee /OpenSim/Region/ClientStack/ThrottleSettings.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.zip opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.tar.gz opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.tar.bz2 opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ClientStack/ThrottleSettings.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ThrottleSettings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ThrottleSettings.cs b/OpenSim/Region/ClientStack/ThrottleSettings.cs index 551dbdf..fe4718c 100644 --- a/OpenSim/Region/ClientStack/ThrottleSettings.cs +++ b/OpenSim/Region/ClientStack/ThrottleSettings.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Region.ClientStack | |||
40 | /// <summary> | 40 | /// <summary> |
41 | /// Maximum bytes per second that the throttle can be set to. | 41 | /// Maximum bytes per second that the throttle can be set to. |
42 | /// </summary> | 42 | /// </summary> |
43 | public int Max; | 43 | public int Max; |
44 | 44 | ||
45 | /// <summary> | 45 | /// <summary> |
46 | /// Current bytes per second that the throttle should be set to. | 46 | /// Current bytes per second that the throttle should be set to. |