This commit is contained in:
Justin Bertram 2017-06-02 11:14:09 -05:00
commit 7036e50383
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>