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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,9 +206,7 @@ So you can actually check that the `CREATE INDEX` statement will be performed co
206
206
```ruby
207
207
SafePgMigrations.config.safe_timeout =5.seconds # Lock and statement timeout used for all DDL operations except from CREATE / DROP INDEX
208
208
209
-
SafePgMigrations.config.index_lock_timeout =30.seconds # Lock timeout used for CREATE / DROP INDEX
210
-
211
-
SafePgMigrations.config.blocking_activity_logger_margin =1.second # Delay to output blocking queries before timeout. Must be smaller than safe_timeout and index_lock_timeout
209
+
SafePgMigrations.config.blocking_activity_logger_margin =1.second # Delay to output blocking queries before timeout. Must be shorter than safe_timeout
212
210
213
211
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