You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,8 @@ So you can actually check that the `CREATE INDEX` statement will be performed co
208
208
```ruby
209
209
SafePgMigrations.config.safe_timeout =5.seconds # Lock and statement timeout used for all DDL operations except from CREATE / DROP INDEX
210
210
211
+
SafePgMigrations.config.blocking_activity_logger_verbose =true# Outputs the raw blocking queries on timeout. When false, outputs information about the lock instead
212
+
211
213
SafePgMigrations.config.blocking_activity_logger_margin =1.second # Delay to output blocking queries before timeout. Must be shorter than safe_timeout
212
214
213
215
SafePgMigrations.config.batch_size =1000# Size of the batches used for backfilling when adding a column with a default value pre-PG11
0 commit comments