Skip to content

Commit

Permalink
Make github happy
Browse files Browse the repository at this point in the history
  • Loading branch information
munan-geo committed Aug 13, 2024
1 parent fb978c6 commit afe1ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AeroSharp/Connection/ConnectionConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check warning on line 21 in src/AeroSharp/Connection/ConnectionConfiguration.cs

View workflow job for this annotation

GitHub Actions / integration

Check warning on line 21 in src/AeroSharp/Connection/ConnectionConfiguration.cs

View workflow job for this annotation

GitHub Actions / integration

Check warning on line 21 in src/AeroSharp/Connection/ConnectionConfiguration.cs

View workflow job for this annotation

GitHub Actions / unit

Check warning on line 21 in src/AeroSharp/Connection/ConnectionConfiguration.cs

View workflow job for this annotation

GitHub Actions / unit

// 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.
Expand Down

0 comments on commit afe1ca4

Please sign in to comment.