diff --git a/src/Appwrite/Platform/Workers/Webhooks.php b/src/Appwrite/Platform/Workers/Webhooks.php index 880ae587e1..e5295f03c0 100644 --- a/src/Appwrite/Platform/Workers/Webhooks.php +++ b/src/Appwrite/Platform/Workers/Webhooks.php @@ -16,7 +16,7 @@ use Utopia\Queue\Message; class Webhooks extends Action { private array $errors = []; - private const MAX_FAILED_ATTEMPTS = 10; + private const MAX_FAILED_ATTEMPTS = 100; private const MAX_FILE_SIZE = 5242880; // 5 MB public static function getName(): string