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
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...