summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcoros.cpp
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-05-14 13:56:06 -0700
committerBrad Linden <brad@lindenlab.com>2024-05-14 13:56:06 -0700
commit1c2cf6a0f744665eb5c805a77493258712d2c540 (patch)
tree91521dad560f5173057b2da5ad3634b0b3e73f93 /indra/llcommon/llcoros.cpp
parent7bfb29687c2e621d3aae9e2794a57dc0168fdf1d (diff)
parent31a3423239a1312e430909ad899d60003363541f (diff)
Merge branch 'brad/gltf-dev-merge-main-and-featurettes' into project/gltf_development
Diffstat (limited to 'indra/llcommon/llcoros.cpp')
-rw-r--r--indra/llcommon/llcoros.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcoros.cpp b/indra/llcommon/llcoros.cpp
index 219c65fbb8..23b30bcc57 100644
--- a/indra/llcommon/llcoros.cpp
+++ b/indra/llcommon/llcoros.cpp
@@ -140,7 +140,7 @@ LLCoros::LLCoros():
// Previously we used
// boost::context::guarded_stack_allocator::default_stacksize();
// empirically this is insufficient.
- mStackSize(900*1024),
+ mStackSize(1024*1024),
// mCurrent does NOT own the current CoroData instance -- it simply
// points to it. So initialize it with a no-op deleter.
mCurrent{ [](CoroData*){} }