change init alloc size

pull/484/head
YuQing 2019-12-26 10:38:28 +08:00
parent a277a08281
commit 10906677a4
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ static int trunk_alloc_trunk_array(struct trunk_info_array *trunk_array)
if (trunk_array->alloc == 0)
{
alloc = 16 * 1024;
alloc = 64 * 1024;
}
else
{