Skip to content

Commit

Permalink
Fix lock_retrier -> lock_timeout typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensho committed Jul 2, 2024
1 parent f8b41ff commit d5af4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can configure a statement timeout for migrations via:
config.statement_timeout = 1.hour
```

and a lock timeout for migrations can be configured via the `lock_retrier`.
and a lock timeout for migrations can be configured via the `lock_timeout`.

Or set the timeouts directly on the database user that runs migrations:

Expand Down

0 comments on commit d5af4b1

Please sign in to comment.