You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/cmd/web.go
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ var webExtractFonts = requestflag.WithInnerFlags(cli.Command{
280
280
},
281
281
&requestflag.InnerFlag[string]{
282
282
Name: "timeout-opts.behavior",
283
-
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 15000.`,
283
+
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 5000.`,
284
284
InnerField: "behavior",
285
285
},
286
286
},
@@ -334,7 +334,7 @@ var webExtractStyleguide = requestflag.WithInnerFlags(cli.Command{
334
334
},
335
335
&requestflag.InnerFlag[string]{
336
336
Name: "timeout-opts.behavior",
337
-
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 15000.`,
337
+
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 5000.`,
338
338
InnerField: "behavior",
339
339
},
340
340
},
@@ -438,7 +438,7 @@ var webScreenshot = requestflag.WithInnerFlags(cli.Command{
438
438
},
439
439
&requestflag.InnerFlag[string]{
440
440
Name: "timeout-opts.behavior",
441
-
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 15000.`,
441
+
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 5000.`,
442
442
InnerField: "behavior",
443
443
},
444
444
},
@@ -923,7 +923,7 @@ var webWebScrapeHTML = requestflag.WithInnerFlags(cli.Command{
923
923
},
924
924
&requestflag.InnerFlag[string]{
925
925
Name: "timeout-opts.behavior",
926
-
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 15000.`,
926
+
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 5000.`,
927
927
InnerField: "behavior",
928
928
},
929
929
},
@@ -1016,7 +1016,7 @@ var webWebScrapeImages = requestflag.WithInnerFlags(cli.Command{
1016
1016
},
1017
1017
&requestflag.InnerFlag[string]{
1018
1018
Name: "timeout-opts.behavior",
1019
-
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 15000.`,
1019
+
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 5000.`,
1020
1020
InnerField: "behavior",
1021
1021
},
1022
1022
},
@@ -1167,7 +1167,7 @@ var webWebScrapeMd = requestflag.WithInnerFlags(cli.Command{
1167
1167
},
1168
1168
&requestflag.InnerFlag[string]{
1169
1169
Name: "timeout-opts.behavior",
1170
-
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 15000.`,
1170
+
Usage: `What to do at the deadline. "fail" returns 408 REQUEST_TIMEOUT without charging credits. "return-partial" returns usable results collected so far; if none are available, the request still fails without charging credits. Partial results are not cached as complete results. "return-partial" requires milliseconds of at least 5000.`,
0 commit comments