Skip to content

Commit

Permalink
Verify max messages
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed May 31, 2023
1 parent 0f4033a commit 0aef44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utopia/Messaging/Adapters/SMS/Clickatell.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function getName(): string

public function getMaxMessagesPerRequest(): int
{
return 1000;
return 500;
}

/**
Expand Down

0 comments on commit 0aef44f

Please sign in to comment.