summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-05-10 11:02:57 -0400
committerGitHub <noreply@github.com>2024-05-10 11:02:57 -0400
commitd4043d3b011c32eb503c43c551872f9c24d7344f (patch)
tree0349ff16d54951fa5b4bdfd85d65c05c0556b8e4 /indra
parent10aa7f4254fd04c24f15f507188705146f92ee60 (diff)
parent85af619bbbb6484da399a1d81e769c965ae6e86a (diff)
Merge pull request #1444 from secondlife/nat/slvoice
Update to S3-published GHA build of slvoice.
Diffstat (limited to 'indra')
-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 c13900f74a..8612f9353f 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*){} }