mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Revert max failed attempts to 1-
This commit is contained in:
@@ -12,7 +12,7 @@ use Utopia\Queue\Message;
|
||||
class Webhooks extends Action
|
||||
{
|
||||
private array $errors = [];
|
||||
private const MAX_FAILED_ATTEMPTS = 2;
|
||||
private const MAX_FAILED_ATTEMPTS = 10;
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user