Skip to content

Commit bb5bce1

Browse files
authored
Fix typos in README.md
1 parent beb5a8b commit bb5bce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ end
3838
```
3939

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

0 commit comments

Comments
 (0)