mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Increase limit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user