correct comment
This commit is contained in:
parent
ae3b94fe92
commit
33c8e76a7e
|
|
@ -535,7 +535,7 @@ protected:
|
||||||
// skip if no heartbeats are needed
|
// skip if no heartbeats are needed
|
||||||
if (interval == 0) return 0;
|
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;
|
interval = (_timer_interval > 0) ? _timer_interval : interval;
|
||||||
|
|
||||||
// set the timer
|
// set the timer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue