diff options
author | Richard Linden <none@none> | 2012-11-30 15:48:22 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-11-30 15:48:22 -0800 |
commit | ca37317a1473bb79ef8de4f683231700cb9e062c (patch) | |
tree | 77acff27e91b28c93612d841b29eda95c00f1142 /indra/newview/llappviewer.cpp | |
parent | 02d503bf8f8890c6d4b57dd09a1fde2973715b75 (diff) |
SH-3406 WIP convert fast timers to lltrace system
fixed crash when sending viewer asset stats
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 713ae789a7..fb95c9ec5b 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -438,7 +438,7 @@ LLAppViewer::LLUpdaterInfo *LLAppViewer::sUpdaterInfo = NULL ; //---------------------------------------------------------------------------- // Metrics logging control constants //---------------------------------------------------------------------------- -static const F32 METRICS_INTERVAL_DEFAULT = 30.0; +static const F32 METRICS_INTERVAL_DEFAULT = 600.0; static const F32 METRICS_INTERVAL_QA = 30.0; static F32 app_metrics_interval = METRICS_INTERVAL_DEFAULT; static bool app_metrics_qa_mode = false; |