Skip to content

Commit da1430b

Browse files
Set hibernate jdbc batch_size to 128 (#80)
Signed-off-by: Franck LECUYER <[email protected]>
1 parent 5c2d94a commit da1430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/config/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spring:
88
order_inserts: true
99
order_updates: true
1010
jdbc:
11-
batch_size: 100
11+
batch_size: 128
1212

1313
cloud:
1414
function:

0 commit comments

Comments
 (0)