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
It's now described as process_count and is altered with the -c option.
From the code:
parser.add_option("-c", "--process_count", dest = "process_count", default = 8, type = "int", help = "(optional) Number of lookup theads to run. default = 8")
I can't find threads in help command. How i can use threads?
The text was updated successfully, but these errors were encountered: