Skip to content

Commit db86596

Browse files
Merge pull request #20433 from nsoranzo/release_25.0_deprecate_enable_tool_document_cache
[25.0] Deprecate ``enable_tool_document_cache``
2 parents 8140ff5 + 0b2e2f4 commit db86596

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

doc/source/admin/galaxy_options.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,12 +1222,13 @@
12221222
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12231223

12241224
:Description:
1225-
Whether to enable the tool document cache. This cache stores
1226-
expanded XML strings. Enabling the tool cache results in slightly
1227-
faster startup times. The tool cache is backed by a SQLite
1228-
database, which cannot be stored on certain network disks. The
1229-
cache location is configurable with the ``tool_cache_data_dir``
1230-
tag in tool config files.
1225+
This option is deprecated, and the tool document cache will be
1226+
removed in the next release. Whether to enable the tool document
1227+
cache. This cache stores expanded XML strings. Enabling the tool
1228+
cache results in slightly faster startup times. The tool cache is
1229+
backed by a SQLite database, which cannot be stored on certain
1230+
network disks. The cache location is configurable with the
1231+
``tool_cache_data_dir`` tag in tool config files.
12311232
:Default: ``false``
12321233
:Type: bool
12331234

lib/galaxy/config/sample/galaxy.yml.sample

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -935,12 +935,13 @@ galaxy:
935935
# generated commands run in sh.
936936
#default_job_shell: /bin/bash
937937

938-
# Whether to enable the tool document cache. This cache stores
939-
# expanded XML strings. Enabling the tool cache results in slightly
940-
# faster startup times. The tool cache is backed by a SQLite database,
941-
# which cannot be stored on certain network disks. The cache location
942-
# is configurable with the ``tool_cache_data_dir`` tag in tool config
943-
# files.
938+
# This option is deprecated, and the tool document cache will be
939+
# removed in the next release. Whether to enable the tool document
940+
# cache. This cache stores expanded XML strings. Enabling the tool
941+
# cache results in slightly faster startup times. The tool cache is
942+
# backed by a SQLite database, which cannot be stored on certain
943+
# network disks. The cache location is configurable with the
944+
# ``tool_cache_data_dir`` tag in tool config files.
944945
#enable_tool_document_cache: false
945946

946947
# Directory in which the toolbox search index is stored. The value of

lib/galaxy/config/schemas/config_schema.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,8 @@ mapping:
887887
default: false
888888
required: false
889889
desc: |
890+
This option is deprecated, and the tool document cache will be removed
891+
in the next release.
890892
Whether to enable the tool document cache. This cache stores
891893
expanded XML strings. Enabling the tool cache results in slightly faster startup
892894
times. The tool cache is backed by a SQLite database, which cannot

0 commit comments

Comments
 (0)