Commit fa135511 authored by Dominik Charousset's avatar Dominik Charousset

Fix comment

parent dca955ed
...@@ -114,8 +114,8 @@ behavior basp_broker::make_behavior() { ...@@ -114,8 +114,8 @@ behavior basp_broker::make_behavior() {
auto first_tick = now + heartbeat_interval; auto first_tick = now + heartbeat_interval;
auto connection_timeout = get_or(config(), "middleman.connection-timeout", auto connection_timeout = get_or(config(), "middleman.connection-timeout",
defaults::middleman::connection_timeout); defaults::middleman::connection_timeout);
// Note: we the scheduled time as integer representation to avoid having to // Note: we send the scheduled time as integer representation to avoid
// assign a type ID to the time_point type. // having to assign a type ID to the time_point type.
scheduled_send(this, first_tick, tick_atom_v, scheduled_send(this, first_tick, tick_atom_v,
first_tick.time_since_epoch().count(), heartbeat_interval, first_tick.time_since_epoch().count(), heartbeat_interval,
connection_timeout); connection_timeout);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment