From f14b185dfe1fed4fdc951b91f3338359538c4832 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 26 Mar 2023 18:31:10 +0200 Subject: Add option to specify [START,END) lines --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 04aafa9..8c9635b 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ More debug notes: - My system is not fully utilized wrt. CPU/MEM/BW; an odd thing is that it seems to work fine to run multiple onion-grab instances as separate commands, e.g., 3x `-w 280` to get up to ~225 Mbps utilization (max). + Added options `-s START` and `-e END` to specify that only lines `[START, + END)` should be processed in the input file to make this less clunky. - Tinkering with with options in http.Transport doesn't seem help. - Using multiple http.Client doesn't help (e.g., one per worker) - An odd thing is that after errors, it appears that only DNS is dead. E.g., -- cgit v1.2.3