File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func isRetryableError(err error) bool {
3636func executeWithRetry (fn func () error ) (err error ) {
3737 return retry .New (
3838 retry .LastErrorOnly (true ),
39- retry .Attempts (3 ),
39+ retry .Attempts (5 ),
4040 retry .Delay (100 * time .Millisecond ),
4141 retry .RetryIf (isRetryableError ),
4242 ).Do (fn )
Original file line number Diff line number Diff line change 4545 outlined
4646 rows =" 2"
4747 class =" mb-8"
48- hint =" Your message will be sent as an MMS when the comma separated list of attachment URL's are present"
48+ hint =" The message will be sent as an MMS when a comma separated list of attachment URLs are present"
4949 placeholder =" https://example.com/image.jpg, https://example.com/video.mp4"
5050 label =" Attachment URLs (optional)"
5151 ></v-textarea >
You can’t perform that action at this time.
0 commit comments