File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
database-commons/src/main/java/io/cdap/plugin/db/connector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ public abstract class AbstractDBConnectorConfig extends PluginConfig implements
3939 private static final String NAME_INITIAL_RETRY_DURATION = "initialRetryDuration" ;
4040 private static final String NAME_MAX_RETRY_DURATION = "maxRetryDuration" ;
4141 private static final String NAME_MAX_RETRY_COUNT = "maxRetryCount" ;
42- public static final int DEFAULT_INITIAL_RETRY_DURATION_SECONDS = 2 ;
43- public static final int DEFAULT_MAX_RETRY_COUNT = 3 ;
44- public static final int DEFAULT_MAX_RETRY_DURATION_SECONDS = 10 ;
42+ public static final int DEFAULT_INITIAL_RETRY_DURATION_SECONDS = 5 ;
43+ public static final int DEFAULT_MAX_RETRY_COUNT = 5 ;
44+ public static final int DEFAULT_MAX_RETRY_DURATION_SECONDS = 80 ;
4545
4646 @ Name (ConnectionConfig .JDBC_PLUGIN_NAME )
4747 @ Description ("Name of the JDBC driver to use. This is the value of the 'jdbcPluginName' key defined in the JSON " +
You can’t perform that action at this time.
0 commit comments