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
getCmd.PersistentFlags().Int("warc-dedupe-size", 1024, "Minimum size to deduplicate WARC records with revisit records.")
128
+
getCmd.PersistentFlags().Int("warc-dedupe-cache-size", 1000000, "Maximum number of records to store in the local dedupe cache.")
128
129
getCmd.PersistentFlags().String("warc-cdx-cookie", "", "Pass custom cookie during CDX requests. Example: 'cdx_auth_token=test_value'")
129
130
getCmd.PersistentFlags().Int("warc-size", 1024, "Size of the WARC files in MB.")
130
131
getCmd.PersistentFlags().IntSlice("warc-discard-status", []int{429}, "HTTP status codes to discard from WARC files. By default, 429 is always discarded.")
0 commit comments