Skip to content

Commit

Permalink
fix: update something
Browse files Browse the repository at this point in the history
  • Loading branch information
cnzakii committed May 9, 2024
1 parent 05b1f43 commit a51f53f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

@Data
public class HttpRetryConfig {
// maximum number of retries, default 3, minimum 0
private int maxRetries = 3;
// maximum number of retries, default 2, minimum 0
private int maxRetries = 2;

// retry interval, default 2000ms
private int interval = 2000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ connectorConfig:
connectorName: httpSink
urls:
- http://127.0.0.1:8987/test
ssl: false
keepAlive: true
keepAliveTimeout: 60000
idleTimeout: 5000 # timeunit: ms, recommended scope: common(5s - 10s), webhook(15s - 60s)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ connectorConfig:
connectorName: httpSink
urls:
- http://127.0.0.1:8987/test
ssl: false
keepAlive: true
keepAliveTimeout: 60000
idleTimeout: 15000 # timeunit: ms, recommended scope: common(5s - 10s), webhook(15s - 60s)
Expand Down

0 comments on commit a51f53f

Please sign in to comment.