Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit bf2c841

Browse files
committed
The default for the statement_truncate_len variable is 64, not 128
1 parent 72a90ec commit bf2c841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Note, when functions check for configuration options, they first check whether a
5252

5353
| Variable | Default Value | Description |
5454
| ---------------------- | ------------- | ------------------------------------------------------------------------------ |
55-
| statement_truncate_len | 128 | Sets the size to truncate statements to, for the `format_statement()` function |
55+
| statement_truncate_len | 64 | Sets the size to truncate statements to, for the `format_statement()` function |
5656

5757
### Views
5858

0 commit comments

Comments
 (0)