Skip to content

Commit

Permalink
Update Threading.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 26, 2024
1 parent f09b503 commit a303e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/wtf/Threading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static std::optional<size_t> stackSize(ThreadType threadType)
#else
return 4 * MB;
#endif
#elif USE(BUN_JSC_ADDITIONS)
#elif USE(BUN_JSC_ADDITIONS) && !ASSERT_ENABLED
return 512 * KB;
#else
UNUSED_PARAM(threadType);
Expand Down

0 comments on commit a303e09

Please sign in to comment.