mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Worker threads with 8MB stack
This commit is contained in:
parent
8942c86eb5
commit
22b0aba954
1 changed files with 2 additions and 0 deletions
|
@ -575,6 +575,8 @@ namespace IDE
|
|||
|
||||
public this()
|
||||
{
|
||||
ThreadPool.MaxStackSize = 8*1024*1024;
|
||||
|
||||
sApp = this;
|
||||
gApp = this;
|
||||
mMainThread = Thread.CurrentThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue