From 9c2ef7f61533ca1c5f215bdf193917da625673e5 Mon Sep 17 00:00:00 2001 From: Nan Mu Date: Fri, 9 Aug 2024 12:09:28 -0500 Subject: [PATCH] Fix build error --- src/AeroSharp/Connection/ConnectionConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AeroSharp/Connection/ConnectionConfiguration.cs b/src/AeroSharp/Connection/ConnectionConfiguration.cs index 66ccbaf..7e0b3a0 100644 --- a/src/AeroSharp/Connection/ConnectionConfiguration.cs +++ b/src/AeroSharp/Connection/ConnectionConfiguration.cs @@ -39,6 +39,6 @@ public ConnectionConfiguration() /// /// The maximum sync connections per node. /// - public MaxConnsPerNode MaxConnsPerNode { get; set; } + public int MaxConnsPerNode { get; set; } } } \ No newline at end of file