Skip to content

Commit

Permalink
revert SlowReadSpan
Browse files Browse the repository at this point in the history
Signed-off-by: bigsheeper <[email protected]>
  • Loading branch information
bigsheeper committed Nov 16, 2023
1 parent 2a68182 commit a16b2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (

const moduleName = "Proxy"

const SlowReadSpan = time.Microsecond * 5
const SlowReadSpan = time.Second * 5

// GetComponentStates gets the state of Proxy.
func (node *Proxy) GetComponentStates(ctx context.Context, req *milvuspb.GetComponentStatesRequest) (*milvuspb.ComponentStates, error) {
Expand Down

0 comments on commit a16b2f5

Please sign in to comment.