Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/core/src/bootstrap/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ class PatchOperationErrorCodes(EnumBackport):
TELEMETRY_DIR_SIZE_LIMIT_IN_CHARS = 41943040
TELEMETRY_BUFFER_FOR_DROPPED_COUNT_MSG_IN_CHARS = 25 # buffer for the chars dropped text added at the end of the truncated telemetry message
TELEMETRY_EVENT_COUNTER_MSG_SIZE_LIMIT_IN_CHARS = 15 # buffer for telemetry event counter text added at the end of every message sent to telemetry
TELEMETRY_MAX_EVENT_COUNT_THROTTLE = 60
TELEMETRY_MAX_TIME_IN_SECONDS_FOR_EVENT_COUNT_THROTTLE = 60
TELEMETRY_MAX_EVENT_COUNT_THROTTLE = 360
TELEMETRY_MAX_TIME_IN_SECONDS_FOR_EVENT_COUNT_THROTTLE = 300

# Telemetry Event Level
class TelemetryEventLevel(EnumBackport):
Expand Down