diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-05 15:13:48 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-05 15:13:48 -0400 |
commit | f7c9739fd9bb4355765ecff4b92e879b38302e49 (patch) | |
tree | cf56bff8f717753c212a4d1e2777fca8839231c9 /indra/llcommon/llsdutil.cpp | |
parent | 63940048eff9c9a1929574ba7581f4c835af35d3 (diff) |
SH-3635 WIP - COF slammer works in AISv3 regions. Extensive rework of onAISUpdateReceived.
Diffstat (limited to 'indra/llcommon/llsdutil.cpp')
-rwxr-xr-x | indra/llcommon/llsdutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdutil.cpp b/indra/llcommon/llsdutil.cpp index 803417d368..562fd26658 100755 --- a/indra/llcommon/llsdutil.cpp +++ b/indra/llcommon/llsdutil.cpp @@ -182,7 +182,7 @@ char* ll_pretty_print_sd_ptr(const LLSD* sd) char* ll_pretty_print_sd(const LLSD& sd) { - const U32 bufferSize = 10 * 1024; + const U32 bufferSize = 100 * 1024; static char buffer[bufferSize]; std::ostringstream stream; //stream.rdbuf()->pubsetbuf(buffer, bufferSize); |