Skip to content

Commit e1ce061

Browse files
authoredFeb 1, 2021
Removed unused variables in DefaultCommandValues (#1863)
Signed-off-by: hp <hp_ctt@gmail.com>
1 parent 39b2c6e commit e1ce061

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎besu/src/main/java/org/hyperledger/besu/cli/DefaultCommandValues.java

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ public interface DefaultCommandValues {
4949

5050
Double DEFAULT_MIN_BLOCK_OCCUPANCY_RATIO = 0.8;
5151
Bytes DEFAULT_EXTRA_DATA = Bytes.EMPTY;
52-
long DEFAULT_MAX_REFRESH_DELAY = 3600000;
53-
long DEFAULT_MIN_REFRESH_DELAY = 1;
5452
String PERMISSIONING_CONFIG_LOCATION = "permissions_config.toml";
5553
String MANDATORY_HOST_FORMAT_HELP = "<HOST>";
5654
String MANDATORY_PORT_FORMAT_HELP = "<PORT>";

0 commit comments

Comments
 (0)
Please sign in to comment.