reduced sleep to 2 sec

This commit is contained in:
Antoni Sawicki 2019-07-14 01:53:55 -07:00
parent 253fef2aad
commit d102016ba9
1 changed files with 1 additions and 1 deletions

2
wrp.go
View File

@ -204,7 +204,7 @@ func (w wrpReq) capture(c string, out http.ResponseWriter) {
}
chromedp.Run(
ctx, chromedp.Sleep(time.Second*3),
ctx, chromedp.Sleep(time.Second*2),
chromedp.Location(&w.U),
)
log.Printf("%s Landed on: %s\n", c, w.U)