Fix formatting of h2 cache documentation

Change-Id: I572ed1e1bbb0046ed430e359daef631a672e1ff6
This commit is contained in:
David Pursehouse
2017-06-30 16:33:44 +09:00
parent 9f0e5bc9ef
commit e6976dc2b9

View File

@@ -603,7 +603,7 @@ caused by the H2 database using too much memory.
See <<database.h2.cachesize,database.h2.cachesize>> for a detailed discussion.
+
Default is unset, using up to half of the available memory.
+
H2 will persist this value in the database, so to unset explicitly specify 0.
+
Common unit suffixes of 'k', 'm', or 'g' are supported.
@@ -1685,7 +1685,7 @@ the H2 JDBC connection URL, as described
link:http://www.h2database.com/html/features.html#cache_settings[here]
+
Default is unset, using up to half of the available memory.
+
H2 will persist this value in the database, so to unset explicitly specify 0.
+
Common unit suffixes of 'k', 'm', or 'g' are supported.