parent
46aaf8fa9a
commit
84178ba38a
3 changed files with 22 additions and 6 deletions
|
@ -47,6 +47,10 @@ export type Source = {
|
|||
|
||||
deliverJobConcurrency?: number;
|
||||
inboxJobConcurrency?: number;
|
||||
deliverJobPerSec?: number;
|
||||
inboxJobPerSec?: number;
|
||||
deliverJobMaxAttempts?: number;
|
||||
inboxJobMaxAttempts?: number;
|
||||
|
||||
syslog: {
|
||||
host: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue