add default buffer size

This commit is contained in:
Looly
2019-08-16 19:47:59 +08:00
parent 796fac2458
commit a91686a7e1
3 changed files with 20 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
* 【setting】 构造Setting增加默认字符编码
* 【extra】 ServletUtil增加getHeaderMap方法
* 【poi】 CellUtil改进数字支持解决空指针问题pr#489@Github
* 【core】 增加DEFAULT_BUFFER_SIZE
### Bug修复
* 【cache】 修复missCount规则issue#465@Github