Skip to content

Commit

Permalink
Update Manager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov-star authored Sep 9, 2020
1 parent 620ce84 commit 363c30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/main/java/org/tron/core/db/Manager.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public class Manager {

private static final int SHIELDED_TRANS_IN_BLOCK_COUNTS = 1;
private static final String SAVE_BLOCK = "save block: ";
private static final int SLEEP_TIME_OUT = 50L;
private static final int SLEEP_TIME_OUT = 50;
private static final int TX_ID_CACHE_SIZE = 100_000;
private final int shieldedTransInPendingMaxCounts =
Args.getInstance().getShieldedTransInPendingMaxCounts();
Expand Down

0 comments on commit 363c30a

Please sign in to comment.