diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-11 19:34:04 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-11 20:46:28 +0200 |
commit | 005b29b89f7a3cbe54d37b53c0061ee36c80d871 (patch) | |
tree | fcd293aeec127abfe43399605d91d44848c586ec /indra/newview/llperfstats.h | |
parent | 020bfa66ba9f1fee3e403595a1d6c95332bb16f7 (diff) |
SL-18933 FIXED Maximum render time cycles if the Desired framerate is much lower than current framerate
Diffstat (limited to 'indra/newview/llperfstats.h')
-rw-r--r-- | indra/newview/llperfstats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llperfstats.h b/indra/newview/llperfstats.h index ac44afe5db..7aa3e1491c 100644 --- a/indra/newview/llperfstats.h +++ b/indra/newview/llperfstats.h @@ -45,7 +45,7 @@ namespace LLPerfStats // Note if changing these, they should correspond with the log range of the correpsonding sliders static constexpr U64 ART_UNLIMITED_NANOS{50000000}; static constexpr U64 ART_MINIMUM_NANOS{100000}; - static constexpr U64 ART_MIN_ADJUST_UP_NANOS{10000}; + static constexpr U64 ART_MIN_ADJUST_UP_NANOS{20000}; static constexpr U64 ART_MIN_ADJUST_DOWN_NANOS{10000}; static constexpr F32 PREFERRED_DD{180}; |