Skip to content

Commit

Permalink
[grid] Setting default heartbeat period value in LocalNode
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 17, 2021
1 parent e5194a7 commit 2fa1a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ public static class Builder {
private Ticker ticker = Ticker.systemTicker();
private Duration sessionTimeout = Duration.ofMinutes(5);
private HealthCheck healthCheck;
private Duration heartbeatPeriod;
private Duration heartbeatPeriod = Duration.ofSeconds(10);

private Builder(
Tracer tracer,
Expand Down

0 comments on commit 2fa1a0c

Please sign in to comment.