Skip to content

Commit f2f7ede

Browse files
michaelhixsonNateBrady23
authored andcommitted
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.
1 parent 9309591 commit f2f7ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C/facil.io/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ make -j build
2323

2424
# run test
2525
cd tmp
26-
./demo -b TFB-server -p 8080 -db "TFB-database" -w -1 -t 1 &
26+
./demo -b 0.0.0.0 -p 8080 -db "TFB-database" -w -1 -t 1 &
2727
# step out
2828
cd ../..

0 commit comments

Comments
 (0)