Increase broadcast concurrency
This commit is contained in:
parent
74d249bc13
commit
67bd004d84
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ const JOB_PRIORITY = {
|
|||
}
|
||||
}
|
||||
|
||||
const BROADCAST_CONCURRENCY = 10 // How many requests in parallel we do in activitypub-http-broadcast job
|
||||
const BROADCAST_CONCURRENCY = 30 // How many requests in parallel we do in activitypub-http-broadcast job
|
||||
const AP_CLEANER_CONCURRENCY = 10 // How many requests in parallel we do in activitypub-cleaner job
|
||||
const CRAWL_REQUEST_CONCURRENCY = 1 // How many requests in parallel to fetch remote data (likes, shares...)
|
||||
const JOB_REQUEST_TIMEOUT = 7000 // 7 seconds
|
||||
|
|
Loading…
Reference in a new issue