提交 c7ce9257 authored 作者: noelgrandin@gmail.com's avatar noelgrandin@gmail.com

remove more dead code

上级 3c7e2241
......@@ -127,15 +127,6 @@ public class DbSettings extends SettingsBase {
*/
public final boolean functionsInSchema = get("FUNCTIONS_IN_SCHEMA", true);
/**
* Database setting <code>LARGE_RESULT_BUFFER_SIZE</code>
* (default: 4096).<br />
* Buffer size for large result sets. Set this value to 0 to disable the
* buffer.
*/
public final int largeResultBufferSize = get("LARGE_RESULT_BUFFER_SIZE",
4 * 1024);
/**
* Database setting <code>LARGE_TRANSACTIONS</code> (default: true).<br />
* Support very large transactions
......
......@@ -94,7 +94,7 @@ public class SysProperties {
* to use Safari, use:
* <code>java -Dh2.browser="open,-a,Safari,%url" ...</code>.
*/
public static final String BROWSER1 =
public static final String BROWSER =
Utils.getProperty(H2_BROWSER, null);
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论