diff options
author | Oz Linden <oz@lindenlab.com> | 2017-12-06 10:09:20 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-12-06 10:09:20 -0500 |
commit | 925bbdc7b6e17d72f8b65f2e615e44958ba1f681 (patch) | |
tree | 19efc833aba0082fce10e0a12b496dad937de7fa /indra/newview/llvoicevivox.cpp | |
parent | 969f9b863d23c3044af4b88f45e543c23aed281b (diff) |
Change channel join timeout to 30s per recommendation from Vivox
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index eda3bfe0ee..461c503ab4 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -108,7 +108,7 @@ namespace { const F32 FOUR_DEGREES = 4.0f * (F_PI / 180.0f); const F32 MINUSCULE_ANGLE_COS = (F32) cos(0.5f * FOUR_DEGREES); - const F32 SESSION_JOIN_TIMEOUT = 10.0f; + const F32 SESSION_JOIN_TIMEOUT = 30.0f; // Defines the maximum number of times(in a row) "stateJoiningSession" case for spatial channel is reached in stateMachine() // which is treated as normal. The is the number of frames to wait for a channel join before giving up. This was changed |