Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
munan-geo committed Aug 9, 2024
1 parent d5b5932 commit 9c2ef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AeroSharp/Connection/ConnectionConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public ConnectionConfiguration()
/// <summary>
/// The maximum sync connections per node.
/// </summary>
public MaxConnsPerNode MaxConnsPerNode { get; set; }
public int MaxConnsPerNode { get; set; }
}
}

0 comments on commit 9c2ef7f

Please sign in to comment.