Browse Source

H2O: Switch back to running multithreaded again (#4142)

Anton Kirilov 7 years ago
parent
commit
034f33c7bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/C/h2o/start-servers.sh

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

@@ -13,7 +13,7 @@ TROOT=/
 # A hacky way to detect whether we are running in the physical hardware or the cloud environment.
 if [[ "$CPU_COUNT" -gt 16 ]]; then
 	echo "Running h2o_app in the physical hardware environment."
-	USE_PROCESSES=true
+	USE_PROCESSES=false
 	DB_CONN=3
 else
 	echo "Running h2o_app in the cloud environment."