We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2915785 commit a4d58e0Copy full SHA for a4d58e0
src/Confluent.SchemaRegistry/Rest/RestService.cs
@@ -34,7 +34,7 @@ public class RestService : IRestService
34
35
private static readonly string acceptHeader = string.Join(", ", Versions.PreferredResponseTypes);
36
37
- public const int DefaultMaxRetries = 2;
+ public const int DefaultMaxRetries = 3;
38
39
public const int DefaultRetriesWaitMs = 1000;
40
0 commit comments