## Description When we import an application from file for Git, file import, templates and other features, we import the list of actions one by one. This leads to transaction timeout and other performance issues when the application has a large number of actions and action collections. This PR imports the actions and action collections in bulk so that number of database queries are significantly reduced. #### PR fixes following issue(s) Fixes #24419 |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.