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

The split: file name prefix didn't split into 1 GB

上级 33acc2da
...@@ -562,7 +562,7 @@ public class SysProperties { ...@@ -562,7 +562,7 @@ public class SysProperties {
* System property <code>h2.splitFileSizeShift</code> (default: 30).<br /> * System property <code>h2.splitFileSizeShift</code> (default: 30).<br />
* The maximum file size of a split file is 1L &lt;&lt; x. * The maximum file size of a split file is 1L &lt;&lt; x.
*/ */
public static final long SPLIT_FILE_SIZE_SHIFT = getIntSetting("h2.splitFileSizeShift", 20); public static final long SPLIT_FILE_SIZE_SHIFT = getIntSetting("h2.splitFileSizeShift", 30);
/** /**
* System property <code>h2.traceIO</code> (default: false).<br /> * System property <code>h2.traceIO</code> (default: false).<br />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论