
Hi there ๐ I need to fill some collections which are stored in a list. There are a lot of documents. When I try to create so many documents, it works for a while and then it stops telling me some kind of limit has been reached. How can I change that the time I fill my collections ? I work with appwrite cloud. Thanks for help Sylvain

What limit are you talking about?

I'm going to assume you're talking about a rate limit. This is expected to prevent end users from spamming the server. They will either need to wait or you'll need to expose this functionality with an Appwrite function (using an API key)
Recommended threads
- Cannot add/update array field
How do I add or update the rows, How exactly to pass properties? (see provided image)
- TablesDB not available in FRA?
Hi, in the cloud version, v1.8.0 Frankfurt, is it possible to use TablesDB ? I donโt see that feature in the console.
- Type String is not a subtype of type int...
In flutter using appwrite: ^17.1.0, ```DocumentList response = await databases!.listDocuments( databaseId: "xxx", collectionId: "xxx", ...
