Skip to content

Commit

Permalink
Adjusted gRPC timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung committed Jul 22, 2024
1 parent 4785bd8 commit c78f6be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
JSONOutputFile = "/tmp/solarwinds-apm-settings.json"
GrpcContextDeadline = time.Duration(1) * time.Second
GrpcContextDeadline = time.Duration(10) * time.Second
)

type solarwindsapmSettingsExtension struct {
Expand Down

0 comments on commit c78f6be

Please sign in to comment.