mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +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
|
// Temporary abuse check
|
||||||
$abuseKey = "projectId:{projectId},url:{url}";
|
$abuseKey = "projectId:{projectId},url:{url}";
|
||||||
$abuseLimit = 5;
|
$abuseLimit = 50;
|
||||||
$abuseTime = 86400; // 1 day
|
$abuseTime = 86400; // 1 day
|
||||||
|
|
||||||
$timeLimit = new TimeLimit($abuseKey, $abuseLimit, $abuseTime, $dbForProject);
|
$timeLimit = new TimeLimit($abuseKey, $abuseLimit, $abuseTime, $dbForProject);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue