瀏覽代碼

Don't restrict facil.io requests to the app server (#3223)

It was not accepting requests from a client running on a different server
so it was failing the tests in a 3 machine benchmarking setup.
Michael Hixson 7 年之前
父節點
當前提交
f2f7edef39
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/C/facil.io/setup.sh

+ 1 - 1
frameworks/C/facil.io/setup.sh

@@ -23,6 +23,6 @@ make -j build
 
 # run test
 cd tmp
-./demo -b TFB-server -p 8080 -db "TFB-database" -w -1 -t 1 &
+./demo -b 0.0.0.0 -p 8080 -db "TFB-database" -w -1 -t 1 &
 # step out
 cd ../..