Skip to content

Commit 2d93554

Browse files
committed
Documents performance limits on liquid functions
1 parent 2a80c8b commit 2d93554

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/connections/destinations/actions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,12 @@ Explanation:
390390
* The `prepend: "+"` filter adds the `+` prefix.
391391
* The `default` filter outputs an empty string if the phone number is missing.
392392

393+
#### Template Limitations
394+
The following limitations are in place for security and performance reasons:
395+
* Templates are limited to 1000 characters per function.
396+
* Template evaluation is limited to 500 ms.
397+
* Template memory usage is limited to 100MB.
398+
393399
## Conditions
394400

395401
> info ""

0 commit comments

Comments
 (0)