correct comment

This commit is contained in:
Steven Geddis 2018-02-01 13:11:23 +01:00
parent ae3b94fe92
commit 33c8e76a7e
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ protected:
// skip if no heartbeats are needed
if (interval == 0) return 0;
// use the most frequent heartbeat interval (user-specified or rabbit server default).
// choose heartbeat interval to use (user-specified or rabbit server default).
interval = (_timer_interval > 0) ? _timer_interval : interval;
// set the timer