mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
feat: Enforce data-stores limits (no-changelog) (#19116)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
This commit is contained in:
@@ -110,6 +110,10 @@ export const defaultSettings: FrontendSettings = {
|
||||
whatsNewEnabled: true,
|
||||
whatsNewEndpoint: '',
|
||||
},
|
||||
dataTables: {
|
||||
maxSize: 0,
|
||||
warningThreshold: 0,
|
||||
},
|
||||
workflowCallerPolicyDefaultOption: 'any',
|
||||
workflowTagsDisabled: false,
|
||||
variables: {
|
||||
|
||||
Reference in New Issue
Block a user