浏览代码

H2O: Use 2 database connections per thread (#7717)

Anton Kirilov 2 年之前
父节点
当前提交
1dc68e936a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/C/h2o/h2o.sh

+ 1 - 1
frameworks/C/h2o/h2o.sh

@@ -27,7 +27,7 @@ fi
 if [[ "$BENCHMARK_ENV" = "Azure" ]]; then
 if [[ "$BENCHMARK_ENV" = "Azure" ]]; then
 	DB_CONN=2
 	DB_CONN=2
 else
 else
-	DB_CONN=1
+	DB_CONN=2
 fi
 fi
 
 
 build_h2o_app()
 build_h2o_app()