Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Sep 17, 2024
1 parent 45e0eda commit 3e0c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ PgLocksMonitor.configure do |config|
# ...

config.blocking_filter_proc = -> (lock) {
lock.fetch("blocked_sql_app").downcase.include?("sidekiq")
!lock.fetch("blocked_sql_app").downcase.include?("sidekiq")
}
end
```
Expand Down

0 comments on commit 3e0c4f7

Please sign in to comment.