1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Worker threads with 8MB stack

This commit is contained in:
Brian Fiete 2024-03-18 05:43:27 -04:00
parent 8942c86eb5
commit 22b0aba954

View file

@ -575,6 +575,8 @@ namespace IDE
public this() public this()
{ {
ThreadPool.MaxStackSize = 8*1024*1024;
sApp = this; sApp = this;
gApp = this; gApp = this;
mMainThread = Thread.CurrentThread; mMainThread = Thread.CurrentThread;