Sha256: 741b929c1db0082bc26e728f212ecb40d2ef281e9e31f4bde4434b359165ae72
Contents?: true
Size: 564 Bytes
Versions: 8
Compression:
Stored size: 564 Bytes
Contents
# Constants: global MSG_SEND = "SEND" MSG_RECV = "RECV" MSG_RLAY = "RLAY" # Constants: AMQP protocol AMQP_HEARTBEAT_INTERVAL = 30 AMQP_RECOVERY_INTERVAL = 5 AMQP_PREFETCH = 5 AMQP_MANUAL_ACK = false # Constants: shouter SHOUTER_SENTAT_DECIMALS = 6 # Constants: logger LOGGER_FORMAT = { context: { rule: "%-20s", caller: "%18s |", }, array: " - %s", hash: " = %-20s %s", } # Constants: logger app-specific prefix #LOG_PREFIX_FORMAT = "(%-12s) (%-12s)"
Version data entries
8 entries across 8 versions & 1 rubygems