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

Commit 19a5604

Browse files
committed
add /minicap/broadcast api, remove some useless code, u2timeout from 3m->3h
1 parent c30596a commit 19a5604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ var (
292292
// target, _ := url.Parse("http://127.0.0.1:9008")
293293
// uiautomatorProxy := httputil.NewSingleHostReverseProxy(target)
294294

295-
uiautomatorTimer = NewSafeTimer(time.Minute * 3)
295+
uiautomatorTimer = NewSafeTimer(time.Hour * 3)
296296

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

0 commit comments

Comments
 (0)