Sha256: 9ea9ba60e3f8806932e11cfa3ff0839a2b9a75a14d5fa1b62f1dc174101fe670

Contents?: true

Size: 297 Bytes

Versions: 8

Compression:

Stored size: 297 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Service
    module Plugins
      module CollectsServicesInException
        module Constants
          ##
          # @return [Integer]
          #
          DEFAULT_MAX_SERVICES_SIZE = 1_000
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb
convenient_service-0.19.0 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb
convenient_service-0.18.0 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb
convenient_service-0.17.0 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb
convenient_service-0.16.0 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb
convenient_service-0.15.0 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb
convenient_service-0.14.0 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb
convenient_service-0.13.0 lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb