Merge branch 'dev-1.3' into development
This commit is contained in:
parent
fec8c4868a
commit
e6321730b5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public final class PingIntervalClientIndicator extends AbstractPingIndicator {
|
|||
|
||||
final long currentTimeMillis = DateTimeUtils.currentTimeMillis();
|
||||
this.currentValue = computeValueAt(currentTimeMillis);
|
||||
this.lastUpdate = this.distributedPingCache.lastUpdate();
|
||||
this.lastUpdate = this.distributedIndicatorValueService.lastUpdate();
|
||||
return (currentTimeMillis < this.currentValue)
|
||||
? DateTimeUtils.currentTimeMillis() - this.currentValue
|
||||
: currentTimeMillis - this.currentValue;
|
||||
|
|
Loading…
Reference in a new issue