debian-mirror-gitlab/config/initializers/active_record_ping.rb
2021-02-22 17:27:13 +05:30

5 lines
235 B
Ruby

# # frozen_string_literal: true
if Gitlab::Utils.to_boolean(ENV['ENABLE_ACTIVERECORD_EMPTY_PING'], default: false)
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.prepend(Gitlab::Database::PostgresqlAdapter::EmptyQueryPing)
end