mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
Merge pull request #24301 from tchaikov/wip-async-connect-timeout
msg/async: keep connection alive only actually sending Reviewed-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
commit
816f7aff2a
@ -513,7 +513,6 @@ int AsyncConnection::send_message(Message *m)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
last_active = ceph::coarse_mono_clock::now();
|
|
||||||
// we don't want to consider local message here, it's too lightweight which
|
// we don't want to consider local message here, it's too lightweight which
|
||||||
// may disturb users
|
// may disturb users
|
||||||
logger->inc(l_msgr_send_messages);
|
logger->inc(l_msgr_send_messages);
|
||||||
|
Loading…
Reference in New Issue
Block a user