[ARTEMIS-1944] Typo mistake in broker.xml at journal-buffer-timeout explanation

This commit is contained in:
vkamble60 2018-06-20 12:32:12 +05:30
parent b7c3e03ca4
commit f4097fb01a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
That translates as a sync write every ${nanoseconds} nanoseconds.
Note: If you specify 0 the system will perform writes directly to the disk.
We recommend this to be 0 if you are using journalType=MAPPED and ournal-datasync=false.
We recommend this to be 0 if you are using journalType=MAPPED and journal-datasync=false.
-->
<journal-buffer-timeout>${nanoseconds}</journal-buffer-timeout>