diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2023-10-11 14:21:00 -0500 |
|---|---|---|
| committer | RunitaiLinden <davep@lindenlab.com> | 2023-10-11 14:21:00 -0500 |
| commit | 9cd5314ca8c4d7e0b2f5beda6893eca026594a2d (patch) | |
| tree | 9b2f7098d8ee708704da8e16b3b3635e3c82407b /indra/newview/lllogchat.cpp | |
| parent | 478703e3c82df7b5751d80007264468bf44cb379 (diff) | |
| parent | 61a04f5ee1582d2d53874b8ef81a0e773df0fbfe (diff) | |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer 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 ba82ff0b0f..07825c1b0c 100644 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -59,7 +59,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"); |
