Skip to content

Commit 1b12a50

Browse files
committed
fix db update error
1 parent 18e6cef commit 1b12a50

File tree

1 file changed

+4
-2
lines changed
  • frameworks/C++/paozhu/paozhu_benchmark/conf

1 file changed

+4
-2
lines changed

frameworks/C++/paozhu/paozhu_benchmark/conf/orm.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ dbname=hello_world
66
user=benchmarkdbuser
77
password=benchmarkdbpass
88
pretable=
9-
maxpool=5
9+
maxpool=120
10+
minpool=20
1011
dbtype=mysql
1112

1213
type=second
@@ -16,5 +17,6 @@ dbname=hello_world
1617
user=benchmarkdbuser
1718
password=benchmarkdbpass
1819
pretable=
19-
maxpool=20
20+
maxpool=120
21+
minpool=20
2022
dbtype=mysql

0 commit comments

Comments
 (0)