提交 ddb087af authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 40e873c7
......@@ -295,7 +295,7 @@ public class SysProperties {
* System property <code>h2.reuseSpaceAfter</code> (default: 16).<br />
* Reuse space in database files after this many pages are free.
*/
public static final int REUSE_SPACE_AFTER = getIntSetting("h2.reuseSpaceAfter", 1);
public static final int REUSE_SPACE_AFTER = getIntSetting("h2.reuseSpaceAfter", 32);
/**
* System property <code>h2.reuseSpaceQuickly</code> (default: true).<br />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论