Home
last modified time | relevance | path

Searched refs:_MAX_MONITOR_EVENT_LENGTH (Results 1 – 2 of 2) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dmonitoring.py512 _MAX_MONITOR_EVENT_LENGTH = 8 * 1024 variable in SocketPublisher
543 if len(serialized_event) > self._MAX_MONITOR_EVENT_LENGTH:
547 len(serialized_event), self._MAX_MONITOR_EVENT_LENGTH
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dmonitoring.py512 _MAX_MONITOR_EVENT_LENGTH = 8 * 1024 variable in SocketPublisher
543 if len(serialized_event) > self._MAX_MONITOR_EVENT_LENGTH:
547 len(serialized_event), self._MAX_MONITOR_EVENT_LENGTH