Skip to content

Commit

Permalink
disable request hedging in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Dec 6, 2021
1 parent 15ea5ac commit 1bef4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/spice/spicedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (s *Node) Start(ctx context.Context, logprefix string, args ...string) erro
"--grpc-preshared-key=" + s.PresharedKey,
"--datastore-engine=" + s.Datastore,
"--datastore-conn-uri=" + s.URI,
"--datastore-request-hedging=false",
fmt.Sprintf("--grpc-addr=:%d", s.GrpcPort),
fmt.Sprintf("--http-addr=:%d", s.HttpPort),
fmt.Sprintf("--dispatch-cluster-addr=:%d", s.DispatchPort),
Expand Down

0 comments on commit 1bef4d2

Please sign in to comment.