Browse Source

Disable keep alive

Vova Tkach 6 years ago
parent
commit
e72688eed8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ test:
 	go test ./...
 
 run:
-	@./fave -host 0.0.0.0 -port 8080 -dir ./hosts -debug true
+	@./fave -host 0.0.0.0 -port 8080 -dir ./hosts -debug true -keepalive false
 
 build: clean
 	@-mkdir ./bin