# 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