Skip to content

Commit

Permalink
Merge branch 'master' into kjohn-excludeexternal
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohn-msft authored Nov 5, 2024
2 parents 3d736fb + 96f6359 commit 89d64bf
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 89d64bf

Please sign in to comment.