Browse Source

Worker threads with 8MB stack

Brian Fiete 1 year ago
parent
commit
22b0aba954
1 changed files with 2 additions and 0 deletions
  1. 2 0
      IDE/src/IDEApp.bf

+ 2 - 0
IDE/src/IDEApp.bf

@@ -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;