feat: introducing ability to set custom collection import size limit (#4440)

This commit is contained in:
Joel Jacob Stephen
2024-10-23 08:04:40 -05:00
committed by GitHub
parent f10fac9f44
commit 0e00eeb950
5 changed files with 36 additions and 18 deletions

View File

@@ -43,5 +43,8 @@ createHoppApp("#app", {
exportAsGIST: false,
hasTelemetry: false,
},
limits: {
collectionImportSizeLimit: 50,
},
infra: InfraPlatform,
})