Skip to content

Commit 62e633c

Browse files
committed
upgrade cache size
1 parent 12c6861 commit 62e633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-data-aggregator-core/src/main/java/io/github/lvyahui8/spring/aggregate/consts/AggregationConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
public interface AggregationConstant
88
{
99
Object EMPTY_MODEL = new Object();
10-
int DEFAULT_INITIAL_CAPACITY = 8;
10+
int DEFAULT_INITIAL_CAPACITY = 32;
1111
}

0 commit comments

Comments
 (0)