Module: Smplkit::Management

Defined in:
lib/smplkit/management/types.rb,
lib/smplkit/management/buffer.rb,
lib/smplkit/management/models.rb

Defined Under Namespace

Modules: EnvironmentClassification Classes: AccountSettings, Color, ContextRegistrationBuffer, ContextType, Environment, FlagRegistrationBuffer, LoggerRegistrationBuffer

Constant Summary collapse

HEX_RE =
/\A#(?:[0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})\z/
CONTEXT_REGISTRATION_LRU_SIZE =
10_000
CONTEXT_BATCH_FLUSH_SIZE =
100
FLAG_BATCH_FLUSH_SIZE =
50
LOGGER_BATCH_FLUSH_SIZE =
50