mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Revert max failed attempts to 1-
This commit is contained in:
parent
64d8b27536
commit
68ccaf17b1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use Utopia\Queue\Message;
|
||||||
class Webhooks extends Action
|
class Webhooks extends Action
|
||||||
{
|
{
|
||||||
private array $errors = [];
|
private array $errors = [];
|
||||||
private const MAX_FAILED_ATTEMPTS = 2;
|
private const MAX_FAILED_ATTEMPTS = 10;
|
||||||
|
|
||||||
public static function getName(): string
|
public static function getName(): string
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue