Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
add /minicap/broadcast api, remove some useless code, u2timeout from …
Browse files Browse the repository at this point in the history
…3m->3h
  • Loading branch information
codeskyblue committed Mar 10, 2020
1 parent c30596a commit 19a5604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ var (
// target, _ := url.Parse("http://127.0.0.1:9008")
// uiautomatorProxy := httputil.NewSingleHostReverseProxy(target)

uiautomatorTimer = NewSafeTimer(time.Minute * 3)
uiautomatorTimer = NewSafeTimer(time.Hour * 3)

uiautomatorProxy = &httputil.ReverseProxy{
Director: func(req *http.Request) {
Expand Down

0 comments on commit 19a5604

Please sign in to comment.