提交 003696bf authored 作者: Thomas Mueller's avatar Thomas Mueller

Simplify testing (system property to always defragment)

上级 991dfc07
......@@ -253,6 +253,12 @@ public class SysProperties {
*/
public static final int DEFAULT_RESULT_SET_CONCURRENCY = getIntSetting("h2.defaultResultSetConcurrency", ResultSet.CONCUR_READ_ONLY);
/**
* System property <code>h2.defragAlways</code> (default: false).<br />
* Each time the database is closed, it is fully defragmented (SHUTDOWN DEFRAG).
*/
public static boolean defragAlways = getBooleanSetting("h2.defragAlways", false);
/**
* System property <code>h2.dataSourceTraceLevel</code> (default: 1).<br />
* The trace level of the data source implementation. Default is 1 for
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论