summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcoros.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-13 17:29:07 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-13 17:29:07 +0300
commite316f5cff9611fe7c9d248de93f8584d95c3e0ab (patch)
tree3105c292db0427a2d115880d13c4bef67c5fd99b /indra/llcommon/llcoros.cpp
parent9013267da2269a9bd9683862b7449db1b1093afc (diff)
parentd4043d3b011c32eb503c43c551872f9c24d7344f (diff)
Merge branch 'main' into DRTVWR-591-maint-X
# Conflicts: # autobuild.xml
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 20340397db..aa8eca7d90 100644
--- a/indra/llcommon/llcoros.cpp
+++ b/indra/llcommon/llcoros.cpp
@@ -123,7 +123,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*){} }