From 0aef44f2bf934a311fd810a5a9c094b39a59f466 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz Date: Tue, 30 May 2023 21:03:38 -0400 Subject: [PATCH] Verify max messages --- src/Utopia/Messaging/Adapters/SMS/Clickatell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**