Skip to content

Commit

Permalink
Fix typos in README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gstokkink authored Sep 6, 2024
1 parent beb5a8b commit 7e8b88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ end
```

- `locks_limit` - specify the max number of locks to report in a single notification
- `notify_locks` - observe database locks even if they don't conflict with a different SQL query
- `monitor_locks` - observe database locks even if they don't conflict with a different SQL query
- `locks_min_duration_ms` - notify about locks that execeed this duration threshold in milliseconds
- `notify_blocking` - observe database locks which cause other SQL query to wait from them to release
- `monitor_blocking` - observe database locks which cause other SQL query to wait from them to release
- `blocking_min_duration_ms` - notify about blocking locks that execeed this duration threshold in milliseconds
- `notify_logs` - send notifications about detected locks using `Rails.logger.info` method
- `notify_slack` - send notifications about detected locks to the configured Slack channel
Expand Down

0 comments on commit 7e8b88f

Please sign in to comment.