Skip to content

Commit a8fee60

Browse files
Update DefaultStackSize to Thread_DefaultStackSize (#118076)
#110455 (comment)
1 parent 49f5984 commit a8fee60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/pal/src/init/pal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ EnsureStackSize(SIZE_T stackSize)
248248
void
249249
InitializeDefaultStackSize()
250250
{
251-
CLRConfigNoCache defStackSize = CLRConfigNoCache::Get("DefaultStackSize", /*noprefix*/ false, &getenv);
251+
CLRConfigNoCache defStackSize = CLRConfigNoCache::Get("Thread_DefaultStackSize", /*noprefix*/ false, &getenv);
252252
if (defStackSize.IsSet())
253253
{
254254
DWORD size;

0 commit comments

Comments
 (0)