Sha256: f69121a74cdc4cff7f686760aa44c816f84f18ffb08ee5072fa41134dad48f56
Contents?: true
Size: 302 Bytes
Versions: 21
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module NeetoCommonsBackend module Initializers class << self def strong_migrations StrongMigrations.lock_timeout = 10.seconds StrongMigrations.statement_timeout = 1.hour StrongMigrations.auto_analyze = true end end end end
Version data entries
21 entries across 21 versions & 1 rubygems