diff --git a/x/examples/fetch/main.go b/x/examples/fetch/main.go index 208a2afa..cc945779 100644 --- a/x/examples/fetch/main.go +++ b/x/examples/fetch/main.go @@ -78,7 +78,7 @@ func main() { methodFlag := flag.String("method", "GET", "The HTTP method to use") var headersFlag stringArrayFlagValue flag.Var(&headersFlag, "H", "Raw HTTP Header line to add. It must not end in \\r\\n") - timeoutSecFlag := flag.Int("timeout", 100500, "Timeout in seconds") + timeoutSecFlag := flag.Int("timeout", 5, "Timeout in seconds") flag.Parse() diff --git a/x/go.mod b/x/go.mod index 9deefcd0..ef66a9d5 100644 --- a/x/go.mod +++ b/x/go.mod @@ -81,5 +81,3 @@ require ( google.golang.org/protobuf v1.33.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace github.com/Jigsaw-Code/outline-sdk => /home/peter/outline-sdk