diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2007-04-03 00:16:59 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2007-04-03 00:16:59 +0000 |
| commit | aa96d1fddff3d5bf68a5014229a0d20584937222 (patch) | |
| tree | b1323a508ebe6e94dbc573ddf2a13a303517b533 /indra/newview/llviewerthrottle.cpp | |
| parent | 992de40c7765e5b7f290f1fc73030ccf3566c352 (diff) | |
merge -r 59337:59951 Branch_1-14-0 -> release.
Diffstat (limited to 'indra/newview/llviewerthrottle.cpp')
| -rw-r--r-- | indra/newview/llviewerthrottle.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llviewerthrottle.cpp b/indra/newview/llviewerthrottle.cpp index ceef3bbac5..4ffdabbbc9 100644 --- a/indra/newview/llviewerthrottle.cpp +++ b/indra/newview/llviewerthrottle.cpp @@ -18,7 +18,11 @@ // consts -const F32 MAX_FRACTIONAL = 1.0f; // was 1.5, which was causing packet loss, reduced to 1.0 - SJB +// The viewer is allowed to set the under-the-hood bandwidth to 50% +// greater than the prefs UI shows, under the assumption that the +// viewer won't receive all the different message types at once. +// I didn't design this, don't know who did. JC +const F32 MAX_FRACTIONAL = 1.5f; const F32 MIN_FRACTIONAL = 0.2f; const F32 MIN_BANDWIDTH = 50.f; |
