NO-JIRA: Clarify journal-buffer-timeout documentation

Clarify how to disable the buffer timeout
This commit is contained in:
Christopher L. Shannon (cshannon) 2018-10-30 07:44:31 -04:00 committed by Clebert Suconic
parent 6a7c549b96
commit 0a3f925c60
1 changed files with 3 additions and 0 deletions

View File

@ -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 - 300 times per second, default for ASYNCIO is 500000
nanoseconds - ie. 2000 times per second). 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:** > **Note:**
> >
> By increasing the timeout, you may be able to increase system > By increasing the timeout, you may be able to increase system