Repository: activemq-artemis Updated Branches: refs/heads/master 97200074c -> 4bb2d3f24
ARTEMIS-504 Inconsistent time unit on scheduling slow consumer reaper thread between documentation and source code slow-consumer-check-period represents seconds between slow consumer reaper thread execution, fixed documentation to reflect this Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/96963d78 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/96963d78 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/96963d78 Branch: refs/heads/master Commit: 96963d783234110e044aec3dd40947e8733eebfa Parents: 9720007 Author: Martin Styk <[email protected]> Authored: Mon Apr 25 12:20:05 2016 +0200 Committer: Martyn Taylor <[email protected]> Committed: Mon Apr 25 14:15:42 2016 +0100 ---------------------------------------------------------------------- docs/user-manual/en/queue-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/96963d78/docs/user-manual/en/queue-attributes.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/queue-attributes.md b/docs/user-manual/en/queue-attributes.md index deeb465..3b678ca 100644 --- a/docs/user-manual/en/queue-attributes.md +++ b/docs/user-manual/en/queue-attributes.md @@ -169,7 +169,7 @@ application could receive and take action with. See [slow consumers](slow-consum on this notification. `slow-consumer-check-period`. How often to check for slow consumers on a -particular queue. Measured in minutes. Default is 5. See [slow consumers](slow-consumers.md) +particular queue. Measured in seconds. Default is 5. See [slow consumers](slow-consumers.md) for more information about slow consumer detection. `auto-create-jms-queues`. Whether or not the broker should automatically
