Skip to content

Commit

Permalink
Merge a7fec5b into 04b5256
Browse files Browse the repository at this point in the history
  • Loading branch information
shardul-cr7 committed Dec 27, 2018
2 parents 04b5256 + a7fec5b commit 0daddf4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -708,7 +708,7 @@ public static boolean isBlockInvalid(SegmentStatus blockStatus) {
* @return
*/
public static long readCurrentTime() {
return System.currentTimeMillis();
return System.nanoTime();
}

/**
Expand Down

0 comments on commit 0daddf4

Please sign in to comment.