Tune worker/job counts (#5346)
* デフォルトのワーカー数を1に * Tune default job count
This commit is contained in:
parent
ab6a84cd45
commit
6a0affcec1
4 changed files with 11 additions and 4 deletions
|
@ -42,6 +42,9 @@ export type Source = {
|
|||
id: string;
|
||||
|
||||
outgoingAddressFamily?: 'ipv4' | 'ipv6' | 'dual';
|
||||
|
||||
deliverJobConcurrency?: number;
|
||||
inboxJobConcurrency?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue