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

Server mode: the transfer buffer size has been changed from 16 KB to 64 KB,…

Server mode: the transfer buffer size has been changed from 16 KB to 64 KB, after it was found that this improves performance on Linux quite a lot.
上级 c94d74f7
......@@ -42,7 +42,7 @@ import org.h2.util.Utils;
*/
public class Transfer {
private static final int BUFFER_SIZE = 16 * 1024;
private static final int BUFFER_SIZE = 64 * 1024;
private static final int LOB_MAGIC = 0x1234;
private static final int LOB_MAC_SALT_LENGTH = 16;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论