Skip to content

Commit a4d58e0

Browse files
authored
Minor change to default for client retries (confluentinc#2381)
1 parent 2915785 commit a4d58e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Confluent.SchemaRegistry/Rest/RestService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class RestService : IRestService
3434

3535
private static readonly string acceptHeader = string.Join(", ", Versions.PreferredResponseTypes);
3636

37-
public const int DefaultMaxRetries = 2;
37+
public const int DefaultMaxRetries = 3;
3838

3939
public const int DefaultRetriesWaitMs = 1000;
4040

0 commit comments

Comments
 (0)