Skip to content

Commit

Permalink
Remove unused delay_tool_initialization option
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Aug 23, 2023
1 parent 2a61dcc commit 4b8e54b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/galaxy/schema/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1977,16 +1977,6 @@ class FullGalaxyConfig(AdminExposableGalaxyConfig, SchemaCompatibleConfigValues)
),
] = "tool_search_index"

delay_tool_initialization: Annotated[
bool,
Field(
title="Delay Tool Initialization",
description="""Set this to true to delay parsing of tool inputs and outputs until they are needed.
This results in faster startup times but uses more memory when using forked Galaxy processes.
""",
),
] = False

biotools_content_directory: Annotated[
Optional[str],
Field(
Expand Down

0 comments on commit 4b8e54b

Please sign in to comment.