list the shutdown time w/ the clock fudge factor included
This commit is contained in:
@ -666,7 +666,7 @@ public class Router {
|
|||||||
if (exp < 0)
|
if (exp < 0)
|
||||||
return -1;
|
return -1;
|
||||||
else
|
else
|
||||||
return exp - _context.clock().now();
|
return exp + 2*CLOCK_FUDGE_FACTOR - _context.clock().now();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user