Skip to content

Commit

Permalink
remove unused MaxConcurrency from config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Aug 26, 2023
1 parent b208513 commit 317c3cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SeleniumManager.Core/DataContract/ConfigurationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public string GridHost
public Dictionary<string, int> statistics { get; set; }
public string UserName { get; set; }
public string Password { get; set; }
public int MaxConcurrency { get; set; }
public Endpoints Endpoints { get; set; }
public Options Options { get; set; } = new Options();
}
Expand Down

0 comments on commit 317c3cf

Please sign in to comment.