From fa58755a7920491a999eb5fc2c7517bfb85f5714 Mon Sep 17 00:00:00 2001 From: Hitesh Raghuvanshi Date: Wed, 3 Oct 2018 16:29:19 +0530 Subject: [PATCH] Adding LevelOfParallelism for letting local workers to run --- BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs b/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs index e9df8ed..7d98c0e 100644 --- a/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs +++ b/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs @@ -13,6 +13,7 @@ [assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] +[assembly: LevelOfParallelism(10)] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from