NO-JIRA: Improve docs on broker.xml

This commit is contained in:
Clebert Suconic 2017-06-02 11:23:30 -04:00 committed by Justin Bertram
parent 2aeb797108
commit a349493963
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ under the License.
<persistence-enabled>${persistence-enabled}</persistence-enabled>
<!-- this could be ASYNCIO or NIO
<!-- this could be ASYNCIO, MAPPED, NIO
ASYNCIO: Linux Libaio
MAPPED: mmap files
NIO: Plain Java Files
-->
<journal-type>${journal.settings}</journal-type>