Home
last modified time | relevance | path

Searched refs:MAX_MESSAGE_SIZE (Results 1 – 1 of 1) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php26 protected const MAX_MESSAGE_SIZE = 262144; define in Monolog\\Handler\\SqsHandler
53 if (strlen($messageBody) >= static::MAX_MESSAGE_SIZE) {