mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
Fix typecheck
This commit is contained in:
parent
5b139e49f6
commit
584cb6ab8c
|
@ -234,6 +234,8 @@ describe('GlobalConfig', () => {
|
||||||
maxOldSpaceSize: '',
|
maxOldSpaceSize: '',
|
||||||
maxConcurrency: 5,
|
maxConcurrency: 5,
|
||||||
assertDeduplicationOutput: false,
|
assertDeduplicationOutput: false,
|
||||||
|
idleTimeout: 5,
|
||||||
|
idleChecksFrequency: 1,
|
||||||
},
|
},
|
||||||
sentry: {
|
sentry: {
|
||||||
backendDsn: '',
|
backendDsn: '',
|
||||||
|
|
Loading…
Reference in a new issue