only use 20 crawl workers
This commit is contained in:
parent
f0f3f76f6c
commit
012fc1d85a
|
@ -65,7 +65,7 @@ config :backend, :crawler,
|
|||
status_count_limit: 5000,
|
||||
personal_instance_threshold: 10,
|
||||
crawl_interval_mins: 60,
|
||||
crawl_workers: 50,
|
||||
crawl_workers: 20,
|
||||
blacklist: [
|
||||
"gab.best",
|
||||
"4chan.icu"
|
||||
|
|
Loading…
Reference in a new issue