Is there any way to increase the Batch Size of Bulk Operations on Appwrite Self Hosted? When I try to perform more than 100 operations per batch, I get the following error
Invalid rows param: Value must a valid array no longer than 100 items and Value must be a valid JSON string
its a constant APP_LIMIT_DATABASE_BATCH = 100
Is there a plan to change this to an env var in the future?
i think it might be a constant deliberately, maybe db load issue. <@1356535431834898634> might have more idea
According to the docs, Pro Plan Users can have a value up to 1000, so at the very least it should be able to go upto that
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...