diff options
| author | Erik Kundiman <erik@megapahit.org> | 2023-10-08 21:07:07 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2023-10-08 21:07:07 +0800 |
| commit | f88c30e4eef6353564e4c19f2829ef3713a8a973 (patch) | |
| tree | 4b88df999b52d3c888f3512b047d9482beeb1693 /indra/newview/lllogchat.cpp | |
| parent | 1c51cc63ffb8d93a0cdacef7cb2966d245d843de (diff) | |
| parent | eab9396579842ae0202bfa3318ffc527e7ee6d1a (diff) | |
Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559
Diffstat (limited to 'indra/newview/lllogchat.cpp')
| -rw-r--r-- | indra/newview/lllogchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index 1dd6ac9339..5de7240f53 100644 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -61,7 +61,7 @@ #include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/local_time_adjustor.hpp> -const S32 LOG_RECALL_SIZE = 2048; +const S32 LOG_RECALL_SIZE = 20480; const std::string LL_IM_TIME("time"); const std::string LL_IM_DATE_TIME("datetime"); |
