We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52f39 commit e978d82Copy full SHA for e978d82
README.md
@@ -44,7 +44,7 @@ $ gem install statement_timeout
44
StatementTimeout.configure do |config|
45
# When using a connection pooler like PgBouncer while in transaction mode, it
46
# is required that you change the default mode from :session to :transaction
47
- # otherwise the statement timeouts may be SET on the right connection.
+ # otherwise the statement timeouts may be SET on the wrong connection.
48
config.default_mode = :transaction
49
end
50
```
0 commit comments