Warning was:
> DEPRECATION WARNING:
> `config.active_job.enqueue_after_transaction_commit` is deprecated and
> will be removed in Rails 8.1. This configuration can still be set on
> individual jobs using `self.enqueue_after_transaction_commit=`, but
> due the nature of this behavior, it is not recommended to be set
> globally.
Actually, using `:never` sets it to `false`, and `false` is the default
value. So removing this setting keeps the same behavior and avoids the
deprecation warning.