We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b2c6e commit e1ce061Copy full SHA for e1ce061
besu/src/main/java/org/hyperledger/besu/cli/DefaultCommandValues.java
@@ -49,8 +49,6 @@ public interface DefaultCommandValues {
49
50
Double DEFAULT_MIN_BLOCK_OCCUPANCY_RATIO = 0.8;
51
Bytes DEFAULT_EXTRA_DATA = Bytes.EMPTY;
52
- long DEFAULT_MAX_REFRESH_DELAY = 3600000;
53
- long DEFAULT_MIN_REFRESH_DELAY = 1;
54
String PERMISSIONING_CONFIG_LOCATION = "permissions_config.toml";
55
String MANDATORY_HOST_FORMAT_HELP = "<HOST>";
56
String MANDATORY_PORT_FORMAT_HELP = "<PORT>";
0 commit comments