Skip to content

Commit

Permalink
Fix default value for max_locks_per_transaction
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
  • Loading branch information
marceloneppel committed Jan 9, 2025
1 parent a9d61e0 commit 3fa85b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ options:
If this value is specified without units, it is taken as kilobytes.
Allowed values are: from 64 to 2147483647.
type: int
default: 65536
default: 64
instance_password_encryption:
description: |
Determines the algorithm to use to encrypt the password.
Expand Down

0 comments on commit 3fa85b3

Please sign in to comment.