diff --git a/src/Utopia/Messaging/Adapters/SMS/Clickatell.php b/src/Utopia/Messaging/Adapters/SMS/Clickatell.php index 6b3ee1ee..4e302b32 100644 --- a/src/Utopia/Messaging/Adapters/SMS/Clickatell.php +++ b/src/Utopia/Messaging/Adapters/SMS/Clickatell.php @@ -24,7 +24,7 @@ public function getName(): string public function getMaxMessagesPerRequest(): int { - return 1000; + return 500; } /**