File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed
Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments