NO-JIRA: Clarify journal-buffer-timeout documentation Clarify how to disable the buffer timeout
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0a3f925c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0a3f925c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0a3f925c Branch: refs/heads/master Commit: 0a3f925c602b69cb0c083245906e594b094dac50 Parents: 6a7c549 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Tue Oct 30 07:44:31 2018 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue Oct 30 16:17:46 2018 -0400 ---------------------------------------------------------------------- docs/user-manual/en/persistence.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0a3f925c/docs/user-manual/en/persistence.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/persistence.md b/docs/user-manual/en/persistence.md index df21989..5b34898 100644 --- a/docs/user-manual/en/persistence.md +++ b/docs/user-manual/en/persistence.md @@ -266,6 +266,9 @@ The message journal is configured using the following attributes in nanoseconds - 300 times per second, default for ASYNCIO is 500000 nanoseconds - ie. 2000 times per second). + Setting this property to 0 will disable the internal buffer and writes will + be directly written to the journal file immediately. + > **Note:** > > By increasing the timeout, you may be able to increase system
