Skip to content

Commit

Permalink
Merge branch '2.x' into emmett.butler/internal-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Sep 29, 2023
2 parents 30ad02f + 6a463a0 commit 5874195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/settings/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class Config(object):
available and can be updated by users.
"""

_extra_services_queue = multiprocessing.Queue(512) # type: multiprocessing.Queue
_extra_services_queue = multiprocessing.get_context("fork").Queue(512) # type: multiprocessing.Queue

class _HTTPServerConfig(object):
_error_statuses = "500-599" # type: str
Expand Down

0 comments on commit 5874195

Please sign in to comment.