debian-mirror-gitlab/config/initializers/active_record_ping.rb

8 lines
265 B
Ruby
Raw Normal View History

2021-03-11 19:13:27 +05:30
# frozen_string_literal: true
2021-02-22 17:27:13 +05:30
# # frozen_string_literal: true
2021-04-29 21:17:54 +05:30
if Gitlab::Utils.to_boolean(ENV['ENABLE_ACTIVERECORD_EMPTY_PING'], default: true)
2021-02-22 17:27:13 +05:30
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.prepend(Gitlab::Database::PostgresqlAdapter::EmptyQueryPing)
end