We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee41dfe commit e3ca95aCopy full SHA for e3ca95a
issue/issue.go
@@ -131,8 +131,8 @@ func sendReport(
131
}
132
133
134
- // get which tracks the user was given in their config, if any are returned in less than 2 seconds
135
- ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(2*time.Second))
+ // get which tracks the user was given in their config, if any are present
+ ctx, cancel := context.WithTimeout(context.Background(), -time.Second)
136
defer cancel()
137
138
userProxyConfig, err := userconfig.GetConfig(ctx)
0 commit comments