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 e978d82 commit 9b5db35Copy full SHA for 9b5db35
1 file changed
README.md
@@ -64,7 +64,7 @@ Post.statement_timeout 10.minutes do |conn|
64
conn.transaction { archive_old_posts }
65
end
66
67
-Tag.statement_timeout 6.hours do |conn|
+Tag.statement_timeout 6.hours, mode: :session do |conn|
68
conn.execute 'VACUUM ANALYZE tags'
69
70
```
0 commit comments