From afe1ca4e878ba2dfaac81df11ebc78cbb6536211 Mon Sep 17 00:00:00 2001 From: Nan Mu Date: Tue, 13 Aug 2024 11:12:21 -0500 Subject: [PATCH] Make github happy --- src/AeroSharp/Connection/ConnectionConfiguration.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AeroSharp/Connection/ConnectionConfiguration.cs b/src/AeroSharp/Connection/ConnectionConfiguration.cs index c79457a..643a34b 100644 --- a/src/AeroSharp/Connection/ConnectionConfiguration.cs +++ b/src/AeroSharp/Connection/ConnectionConfiguration.cs @@ -18,6 +18,7 @@ public ConnectionConfiguration() ConnectionTimeout = TimeSpan.FromSeconds(10); AsyncMaxCommands = 500; MaxCommandAction = MaxCommandAction.DELAY; // Recommended by Aerospike Enterprise Support (behavior when asyncMaxCommands is exceeded) + // Leave it as default value from Aerospike Client. // Note: Aerospike client has updated their default settings, see the change reasons from Aerospike forum: https://discuss.aerospike.com/t/client-1772-client-configurations-changes-reasons/9699 // We will update AsyncMaxCommands to 100 when we bump up Aerospike version so we align with Aerospike settings.