Skip to content

Commit 1dc68e9

Browse files
authored
H2O: Use 2 database connections per thread (#7717)
1 parent 41487ac commit 1dc68e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C/h2o/h2o.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
if [[ "$BENCHMARK_ENV" = "Azure" ]]; then
2828
DB_CONN=2
2929
else
30-
DB_CONN=1
30+
DB_CONN=2
3131
fi
3232

3333
build_h2o_app()

0 commit comments

Comments
 (0)