1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +12:00
budibase/packages/builder/src/components/deploy
2021-02-23 16:31:33 +00:00
..
CreateWebhookDeploymentModal.svelte Formatting. 2021-02-23 16:31:33 +00:00
DeploymentHistory.svelte Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 2021-02-18 13:38:57 +00:00