Skip to content

Commit

Permalink
Increase max_dsd binary size to 42 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Apr 8, 2024
1 parent 023e032 commit ba21d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/dogstatsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# constants
DOGSTATSD_BIN_PATH = os.path.join(".", "bin", "dogstatsd")
STATIC_BIN_PATH = os.path.join(".", "bin", "static")
MAX_BINARY_SIZE = 39 * 1024
MAX_BINARY_SIZE = 42 * 1024
DOGSTATSD_TAG = "datadog/dogstatsd:master"


Expand Down

0 comments on commit ba21d7f

Please sign in to comment.