feat: Enforce data-stores limits (no-changelog) (#19116)

Co-authored-by: Charlie Kolb <charlie@n8n.io>
This commit is contained in:
Ricardo Espinoza
2025-09-10 09:39:41 -04:00
committed by GitHub
parent 815ecfe680
commit eb389a787b
17 changed files with 559 additions and 27 deletions

View File

@@ -110,6 +110,10 @@ export const defaultSettings: FrontendSettings = {
whatsNewEnabled: true,
whatsNewEndpoint: '',
},
dataTables: {
maxSize: 0,
warningThreshold: 0,
},
workflowCallerPolicyDefaultOption: 'any',
workflowTagsDisabled: false,
variables: {