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:
parent
8942c86eb5
commit
22b0aba954
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue