Bladeren bron

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 jaren geleden
bovenliggende
commit
f2f7edef39
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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
 # run test
 cd tmp
 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
 # step out
 cd ../..
 cd ../..