rotating-tor-http-proxy icon indicating copy to clipboard operation
rotating-tor-http-proxy copied to clipboard

Why 40 as a limit?

Open LorhanSohaky opened this issue 1 year ago • 1 comments

I would like to put 100 or more

LorhanSohaky avatar Mar 28 '24 09:03 LorhanSohaky

I believe you can open up the start.sh file and look for these lines:

if ((TOR_INSTANCES < 1 || TOR_INSTANCES > 40)); then
   log "fatal" "Environment variable TOR_INSTANCES has to be within the range of 1...40"
   exit 1
fi

change TOR_INSTANCES > 40 to 100 or whatever your magic # is.

geeknik avatar Mar 28 '24 13:03 geeknik