mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Increase limit
This commit is contained in:
parent
04139d6901
commit
ab7ea056e6
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ App::post('/v1/functions')
|
|||
|
||||
// Temporary abuse check
|
||||
$abuseKey = "projectId:{projectId},url:{url}";
|
||||
$abuseLimit = 5;
|
||||
$abuseLimit = 50;
|
||||
$abuseTime = 86400; // 1 day
|
||||
|
||||
$timeLimit = new TimeLimit($abuseKey, $abuseLimit, $abuseTime, $dbForProject);
|
||||
|
|
|
|||
Loading…
Reference in a new issue