Skip to content

Commit

Permalink
Delete MODAL_PROFILING_ENABLED (#1782)
Browse files Browse the repository at this point in the history
This is not used.
  • Loading branch information
ekzhang authored May 1, 2024
1 parent 754e139 commit e55b8d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ class _Setting(typing.NamedTuple):
"logs_timeout": _Setting(10, float),
"image_id": _Setting(),
"automount": _Setting(True, transform=_to_boolean),
"profiling_enabled": _Setting(False, transform=_to_boolean),
"heartbeat_interval": _Setting(15, float),
"function_runtime": _Setting(),
"function_runtime_debug": _Setting(False, transform=_to_boolean), # For internal debugging use.
Expand Down

0 comments on commit e55b8d1

Please sign in to comment.