Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 7e475ba

Browse files
author
Wen Yu Ge
committed
Rephrased limit explanation
1 parent 2d52739 commit 7e475ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/functions.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ class MainActivity : AppCompatActivity() {
518518

519519
<p>When triggering a Cloud Function execution from the client, your users will be limited to a specific amount of execution per minute to make sure your Appwrite server is not being abused. The default limit is 60 calls per 1 minute. You can edit this limit using the server <a href="/docs/environment-variables#functions">environment variables</a>.</p>
520520

521-
<p>The response size of a Cloud Function is limited to 1MB. Large files or data volume should be handled using Appwrite's Database or Storage service.</p>
521+
<p>The response size of a Cloud Function is limited to 1MB. Reponses larger than 1MB should be handled using Appwrite's Database or Storage service.</p>
522522

523523
<h2><a href="/docs/functions#ignoreFiles" id="ignoreFiles">Ignore Files</a></h2>
524524

0 commit comments

Comments
 (0)