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 b26a9fd commit 7d282b4Copy full SHA for 7d282b4
activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
@@ -788,7 +788,7 @@ def configure_connection
788
@raw_connection.busy_handler_timeout = timeout
789
elsif @config[:retries]
790
ActiveRecord.deprecator.warn(<<~MSG)
791
- The retries option is deprecated and will be removed in Rails 8.0. Use timeout instead.
+ The retries option is deprecated and will be removed in Rails 8.1. Use timeout instead.
792
MSG
793
retries = self.class.type_cast_config_to_integer(@config[:retries])
794
raw_connection.busy_handler { |count| count <= retries }
0 commit comments